Changeset 3081


Ignore:
Timestamp:
Jun 5, 2006, 3:32:21 PM (19 years ago)
Author:
ole
Message:

Change to location of source data on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/wollongong_2006/project.py

    r3046 r3081  
    1818   
    1919# Derive subdirectories and filenames
    20 if sys.platform == 'win32':
    21     home = environ['INUNDATIONHOME']     #Sandpit's parent dir
    22 else:   
    23     home = expanduser('~')
     20home = environ['INUNDATIONHOME']     #Sandpit's parent dir
     21#if sys.platform == 'win32':
     22#    home = environ['INUNDATIONHOME']     #Sandpit's parent dir
     23#else:   
     24#    home = expanduser('~')
    2425
    2526meshdir = home+s+scenario_dirname+s+'meshes'+s
Note: See TracChangeset for help on using the changeset viewer.