Changeset 3686


Ignore:
Timestamp:
Oct 4, 2006, 8:55:46 AM (18 years ago)
Author:
duncan
Message:

fixing indentation

File:
1 edited

Legend:

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

    r3684 r3686  
    231231        if verbose: print 'Getting indices inside mesh boundary'
    232232        self.inside_poly_indices, self.outside_poly_indices  = \
    233                                   in_and_outside_polygon(point_coordinates,
    234                                                          self.mesh.get_boundary_polygon(),
    235                                                          closed = True, verbose = verbose)
     233                     in_and_outside_polygon(point_coordinates,
     234                                            self.mesh.get_boundary_polygon(),
     235                                            closed = True, verbose = verbose)
    236236        #print "self.inside_poly_indices",self.inside_poly_indices
    237237        #print "self.outside_poly_indices",self.outside_poly_indices
Note: See TracChangeset for help on using the changeset viewer.