Ignore:
Timestamp:
Nov 5, 2007, 6:01:22 PM (16 years ago)
Author:
ole
Message:

Disabled faulty test in Advection and also commented the logging info out. Ended up excluding it altogether. If anyone think we need advection, see ticket:205, and revive it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/advection/advection.py

    r4794 r4796  
    2020"""
    2121
    22 print '************Advection module called'
    23 
    24 import logging, logging.config
    25 logger = logging.getLogger('advection')
    26 logger.setLevel(logging.WARNING)
    27 
    28 try:
    29     logging.config.fileConfig('log.ini')
    30 except:
    31     pass
     22
     23#import logging, logging.config
     24#logger = logging.getLogger('advection')
     25#logger.setLevel(logging.WARNING)
     26#
     27#try:
     28#    logging.config.fileConfig('log.ini')
     29#except:
     30#    pass
    3231
    3332
     
    331330        """
    332331
    333         logger.debug('Trying to weave advection.compute_fluxes')
     332        #logger.debug('Trying to weave advection.compute_fluxes')
    334333        weave.inline(code, ['stage_edge','stage_bdry','stage_update',
    335334                             'neighbours','neighbour_edges','normals',
Note: See TracChangeset for help on using the changeset viewer.