Changeset 2471
- Timestamp:
- Mar 3, 2006, 10:25:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/geospatial_data/geospatial_data.py
r2465 r2471 131 131 132 132 NOTE: doesn't add if objects contain different 133 attributes test (yet) if attributes of different kinds 134 are added to each other, this could be a problem 133 attributes 135 134 """ 136 135 … … 159 158 160 159 else: 161 msg = 'Both geospatial_data objects must have the same \ 162 160 msg = 'Both geospatial_data objects must have the same \n' 161 # msg += 'attributes to allow addition.' 163 162 raise msg 164 163
Note: See TracChangeset
for help on using the changeset viewer.