Ignore:
Timestamp:
Mar 12, 2006, 10:03:28 PM (18 years ago)
Author:
ole
Message:

Began preparing foor moving mesh codes from pyvolution to separate dir as per ticket:57

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/config.py

    r1839 r2528  
    1 """Module where global model parameters are set
     1"""Module where global pyvolution model parameters are set
    22"""
    33
    4 epsilon = 1.0e-12
    54
    6 default_boundary_tag = 'exterior'
     5#FIXME (Ole): Temporary access to global config file
     6from anuga_config import epsilon, default_boundary_tag
    77
    88
     9
     10#FIXME (Ole): More of these may need to be moved to anuga_config.py
    911time_format = '%d/%m/%y %H:%M:%S'
    1012
     
    8890
    8991if sys.platform == 'win32':
    90     #default_datadir = 'C:\grohm_output'
    9192    default_datadir = '.'
    9293else:
    93     #default_datadir = os.path.expanduser('~'+os.sep+'grohm_output')
    9494    default_datadir = '.'
    9595
Note: See TracChangeset for help on using the changeset viewer.