- Timestamp:
- Sep 18, 2006, 1:32:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/coordinate_transforms/geo_reference.py
r3514 r3614 237 237 other.zone = self.zone 238 238 else: 239 msg = 'Both geospatial_data objects must be in the same \240 ZONE to allow reconciliation. I got zone %d and %d'\241 %(self.zone, other.zone)239 msg = 'Both geospatial_data objects must be in the same '+\ 240 'ZONE to allow reconciliation. I got zone %d and %d'\ 241 %(self.zone, other.zone) 242 242 raise ANUGAError, msg 243 243
Note: See TracChangeset
for help on using the changeset viewer.