Changeset 5011


Ignore:
Timestamp:
Feb 8, 2008, 5:12:20 PM (17 years ago)
Author:
nick
Message:

updated screen_catcher

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r4983 r5011  
    562562
    563563def start_screen_catcher(dir_name, myid='', numprocs='', extra_info='',
    564                          print_to_screen=False, verbose=False):
     564                         verbose=False):
    565565    """Temporary Interface to new location"""
    566566    from anuga.shallow_water.data_manager import start_screen_catcher as dm_start_screen_catcher
     
    570570   
    571571    return dm_start_screen_catcher(dir_name, myid='', numprocs='', extra_info='',
    572                          print_to_screen=False, verbose=False)
     572                         verbose=False)
    573573
    574574
Note: See TracChangeset for help on using the changeset viewer.