Changeset 4514


Ignore:
Timestamp:
May 29, 2007, 3:55:32 PM (16 years ago)
Author:
duncan
Message:

debug code for ticket:160

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/fit_interpolate/interpolate.py

    r4396 r4514  
    242242        #Convert point_coordinates to Numeric arrays, in case it was a list.
    243243        point_coordinates = ensure_numeric(point_coordinates, Float)
    244        
     244        # for ticket 160
     245        #boundary = self.mesh.get_boundary_polygon()
     246        #geo = Geospatial_data(boundary)
     247        #geo.export_points_file('monkey-boundary.xya')
     248        #geo.export_points_file('monkey-boundary.txt')
    245249        if verbose: print 'Getting indices inside mesh boundary'
    246250        self.inside_poly_indices, self.outside_poly_indices  = \
Note: See TracChangeset for help on using the changeset viewer.