Changeset 2592
- Timestamp:
- Mar 24, 2006, 3:31:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/geospatial_data/geospatial_data.py
r2591 r2592 202 202 return self.attributes[attribute_name] 203 203 204 def __add__(self, other):204 def __add__(self, other): 205 205 """ 206 206 returns the addition of 2 geospatical objects, … … 257 257 else: 258 258 msg = 'Both geospatial_data objects must be in the same \ 259 ZONE to allow addition. '259 ZONE to allow addition. I got zone %d and %d' %(zone1, zone2) 260 260 raise msg 261 261
Note: See TracChangeset
for help on using the changeset viewer.