Changeset 2322


Ignore:
Timestamp:
Feb 2, 2006, 12:22:22 PM (18 years ago)
Author:
nicholas
Message:

fixed import statement. running in command line produces a .tsh file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • development/momentum_sink/create_buildings.py

    r2301 r2322  
    33
    44# add inundation dir to your pythonpath
    5 from pmesh.mesh import *
     5from pmesh.mesh import Mesh
    66from coordinate_transforms.geo_reference import Geo_reference
    77
     
    4343#-------------------------------------------------------------
    4444if __name__ == "__main__":
    45     _, triangle_count = create_mesh(10)
     45    _, triangle_count = create_mesh(10,mesh_file="test.tsh")
    4646    print "triangle_count",triangle_count
Note: See TracChangeset for help on using the changeset viewer.