Ignore:
Timestamp:
Feb 14, 2007, 11:48:33 AM (17 years ago)
Author:
ole
Message:

Untabified as per style guide

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/geospatial_data/geospatial_data.py

    r4254 r4255  
    248248        else:
    249249            msg = 'Illegal value: %s' %str(verbose)
    250             raise Exception, msg
     250            raise Exception, msg
    251251
    252252    def clip(self, polygon, closed=True):
     
    381381                # above line takes the first one from keys
    382382       
    383         if self.verbose is True:
    384             print 'Using attribute %s' %attribute_name
    385             print 'Available attributes: %s' %(self.attributes.keys())       
     383        if self.verbose is True:
     384            print 'Using attribute %s' %attribute_name
     385            print 'Available attributes: %s' %(self.attributes.keys())       
    386386
    387387        msg = 'Attribute name %s does not exist in data set' %attribute_name
     
    13291329    Inputed formats are;
    13301330    points: List or numeric array of coordinate pairs [xi, eta] of
    1331               points or geospatial object or points file name
     1331              points or geospatial object or points file name
    13321332
    13331333    mesh_origin: A geo_reference object or 3-tuples consisting of
     
    13691369    Inputed formats are;
    13701370    points: List or numeric array of coordinate pairs [xi, eta] of
    1371               points or geospatial object
     1371              points or geospatial object
    13721372
    13731373    mesh_origin: A geo_reference object or 3-tuples consisting of
Note: See TracChangeset for help on using the changeset viewer.