Ignore:
Timestamp:
Nov 1, 2005, 6:11:36 PM (19 years ago)
Author:
ole
Message:

Moved create mesh into pmesh and updated karratha

File:
1 moved

Legend:

Unmodified
Added
Removed
  • inundation/pmesh/create_mesh.py

    r1989 r1990  
    33
    44#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    5 # Assume that the root AnuGA dir is included in your pythonpath
     5# Assume that the root AnuGA dir (inundation) is included in your pythonpath
    66#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    77
     
    8484    pmesh functionality for that
    8585
    86     FIXME - FUTURE:
     86    FIXME - FUTURE. Something like this.
    8787      Use class Point_set
    8888      Take multiple polygons
     
    9292
    9393
    94     FIXME: This whole thing needs to be completely rethought
     94
    9595   
    9696    """
    9797
    98     from pmesh.mesh import Mesh
     98    #from pmesh.mesh import Mesh
     99    from mesh import Mesh
    99100    from pyvolution.coordinate_transforms.redfearn import redfearn
    100101    from pyvolution.util import populate_polygon
Note: See TracChangeset for help on using the changeset viewer.