Changeset 2593


Ignore:
Timestamp:
Mar 24, 2006, 3:35:55 PM (19 years ago)
Author:
ole
Message:

Changed DEFAULT_ZONE to sys.maxint in order to avoid confusion with physical zones.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/coordinate_transforms/geo_reference.py

    r2488 r2593  
    66#and unit test
    77
    8 import types
     8import types, sys
    99from Numeric import array,Float,ArrayType
    1010
    11 DEFAULT_ZONE = 56
     11DEFAULT_ZONE = sys.maxint
    1212TITLE = '#geo reference' + "\n" #this title is referred to in the .xya format
    1313
Note: See TracChangeset for help on using the changeset viewer.