Changeset 844 for inundation/ga/storm_surge/pyvolution/config.py
- Timestamp:
- Feb 8, 2005, 1:00:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/config.py
r566 r844 44 44 rho_w = 1023 #Fluid density [kg/m^3] (rho_w = 1023 for salt water) 45 45 46 47 48 49 46 50 47 … … 59 56 60 57 if sys.platform == 'win32': 61 d ata_dir = 'C:\grohm_output'58 default_datadir = 'C:\grohm_output' 62 59 else: 63 d ata_dir = os.path.expanduser('~'+os.sep+'grohm_output')60 default_datadir = os.path.expanduser('~'+os.sep+'grohm_output') 64 61 65 62
Note: See TracChangeset
for help on using the changeset viewer.