Ignore:
Timestamp:
Mar 28, 2006, 2:21:34 PM (19 years ago)
Author:
ole
Message:

Worked on island.py example and it's gauges.
Renamed mesh_file to mesh_filename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/test_shallow_water.py

    r2601 r2620  
    33293329         #domain = pmesh_to_domain_instance(fileName, Domain)
    33303330         
    3331          domain = Domain(mesh_file=fileName)
     3331         domain = Domain(mesh_filename=fileName)
    33323332         
    33333333         os.remove(fileName)
Note: See TracChangeset for help on using the changeset viewer.