Changeset 1697 for inundation/ga/storm_surge/pyvolution/config.py
- Timestamp:
- Aug 9, 2005, 5:44:21 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/config.py
r1690 r1697 87 87 if sys.platform == 'win32': 88 88 #default_datadir = 'C:\grohm_output' 89 default_datadir = '.' 89 default_datadir = '.' 90 90 else: 91 91 #default_datadir = os.path.expanduser('~'+os.sep+'grohm_output') 92 default_datadir = '.' 92 default_datadir = '.' 93 93 94 94
Note: See TracChangeset
for help on using the changeset viewer.