Changeset 2462


Ignore:
Timestamp:
Mar 1, 2006, 4:45:45 PM (19 years ago)
Author:
duncan
Message:

structure change

Location:
production/sydney_example
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • production/sydney_example/project.py

    r2461 r2462  
    99
    1010from pmesh.create_mesh import convert_points_from_latlon_to_utm
    11                
     11
     12# We'll do this for the final thing
    1213home = '.'
     14
     15
     16if sys.platform == 'win32':
     17    home = environ['INUNDATIONHOME']     #Sandpit's parent dir
     18else:   
     19    home = expanduser('~')
     20   
    1321
    1422basename = 'Sydney'
Note: See TracChangeset for help on using the changeset viewer.