Ignore:
Timestamp:
Sep 18, 2006, 1:32:48 PM (18 years ago)
Author:
ole
Message:

Updated and tested new convert_from_latlon_to_utm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/coordinate_transforms/geo_reference.py

    r3514 r3614  
    237237            other.zone = self.zone           
    238238        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)
    242242            raise ANUGAError, msg
    243243   
Note: See TracChangeset for help on using the changeset viewer.