Ignore:
Timestamp:
Nov 10, 2008, 4:44:39 PM (16 years ago)
Author:
duncan
Message:

example of adding segments and vertices to a mesh file, from a points file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/pmesh/mesh.py

    r5673 r5931  
    884884           
    885885        """
    886         #make sure the points are absolute
     886        # make sure the points are absolute
     887        # Since addVertsSegs will deal with georeferencing.
    887888        points = ensure_absolute(points)
    888889
Note: See TracChangeset for help on using the changeset viewer.