Ignore:
Timestamp:
Feb 28, 2005, 5:15:15 PM (20 years ago)
Author:
duncan
Message:

removing prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pmesh/mesh.py

    r971 r972  
    12151215            points.append((vertex.x,vertex.y))
    12161216        shape = alpha_shape.alpha_shape.Alpha_Shape(points, alpha = alpha)
    1217         print "mesh boundary_type",boundary_type
    12181217        shape.set_boundary_type(flag = boundary_type)
    12191218        boundary_segs = shape.get_boundary()
Note: See TracChangeset for help on using the changeset viewer.