Ignore:
Timestamp:
Feb 8, 2005, 1:00:02 PM (20 years ago)
Author:
ole
Message:

Cleaned up and simplified data manager + getters and setters in domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/config.py

    r566 r844  
    4444rho_w = 1023   #Fluid density [kg/m^3] (rho_w = 1023 for salt water)
    4545
    46        
    47 
    48 
    4946
    5047
     
    5956
    6057if sys.platform == 'win32':
    61     data_dir = 'C:\grohm_output'
     58    default_datadir = 'C:\grohm_output'
    6259else:   
    63     data_dir = os.path.expanduser('~'+os.sep+'grohm_output')
     60    default_datadir = os.path.expanduser('~'+os.sep+'grohm_output')
    6461
    6562
Note: See TracChangeset for help on using the changeset viewer.