Changeset 3603


Ignore:
Timestamp:
Sep 15, 2006, 12:50:36 PM (18 years ago)
Author:
duncan
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/load_mesh/loadASCII.py

    r3514 r3603  
    964964###
    965965
     966#FIXME (DSG):  These should be obsolete.  Use geospatial objects.
    966967def export_points_file(ofile, point_dict):
    967968    """
     
    990991    Catch these!
    991992    """
    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.
    996993   
    997994    if ofile[-4:]== ".xya":
Note: See TracChangeset for help on using the changeset viewer.