Changeset 7035 for branches/numpy/anuga/coordinate_transforms
- Timestamp:
- May 14, 2009, 2:24:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/coordinate_transforms/geo_reference.py
r6689 r7035 319 319 """ 320 320 321 is_list = False 322 if type(points) == types.ListType: 323 is_list = True 321 # remember if we got a list 322 is_list = isinstance(points, list) 324 323 325 324 points = ensure_numeric(points, num.float)
Note: See TracChangeset
for help on using the changeset viewer.