Changeset 4470 for anuga_core/source/anuga/coordinate_transforms
- Timestamp:
- May 21, 2007, 4:38:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/coordinate_transforms/geo_reference.py
r4451 r4470 287 287 other.zone = self.zone 288 288 else: 289 msg = ' Both geospatial_data objectsmust be in the same '+\289 msg = 'Geospatial data must be in the same '+\ 290 290 'ZONE to allow reconciliation. I got zone %d and %d'\ 291 291 %(self.zone, other.zone)
Note: See TracChangeset
for help on using the changeset viewer.