Changeset 7063
- Timestamp:
- May 20, 2009, 3:50:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/coordinate_transforms/test_geo_reference.py
r7062 r7063 440 440 441 441 # points in num.array() 442 points = num.array(((2,3), (3,1), (5,2)), num. float)442 points = num.array(((2,3), (3,1), (5,2)), num.Float) 443 443 abs_points = geo.get_absolute(points) 444 444 # check we haven't changed 'points' itself
Note: See TracChangeset
for help on using the changeset viewer.