Changeset 5931 for anuga_core/source/anuga/pmesh
- Timestamp:
- Nov 10, 2008, 4:44:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/pmesh/mesh.py
r5673 r5931 884 884 885 885 """ 886 #make sure the points are absolute 886 # make sure the points are absolute 887 # Since addVertsSegs will deal with georeferencing. 887 888 points = ensure_absolute(points) 888 889
Note: See TracChangeset
for help on using the changeset viewer.