Changeset 3603
- Timestamp:
- Sep 15, 2006, 12:50:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/load_mesh/loadASCII.py
r3514 r3603 964 964 ### 965 965 966 #FIXME (DSG): These should be obsolete. Use geospatial objects. 966 967 def export_points_file(ofile, point_dict): 967 968 """ … … 990 991 Catch these! 991 992 """ 992 993 994 #FIXME (Ole): This function should really return a Geospatial_data object. #FIXME (DSG): Do you know it does, in the points dic?995 #No. Where this function is used, geospatial objects should be used.996 993 997 994 if ofile[-4:]== ".xya":
Note: See TracChangeset
for help on using the changeset viewer.