Changeset 4481


Ignore:
Timestamp:
May 23, 2007, 5:08:10 PM (17 years ago)
Author:
duncan
Message:

changing warning message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/geospatial_data/geospatial_data.py

    r4470 r4481  
    843843Em = Error_message
    844844Em['IOError'] = "NOTE: The format for a comma seperated .txt/.csv file is:\n"
    845 Em['IOError'] += "           1st line:     [column names]\n"
    846 Em['IOError'] += "           other lines:  x, y, [attributes]\n"
     845Em['IOError'] += "        1st line:     [column names]\n"
     846Em['IOError'] += "        other lines:  [x value], [y value], [attributes]\n"
    847847Em['IOError'] += "\n"
    848848Em['IOError'] += "           for example:\n"
     
    853853Em['IOError'] += "\n"
    854854Em['IOError'] += "The first two columns are assumed to be x, y coordinates.\n"
    855 Em['IOError'] += "The attributes must be numeric.\n"
     855Em['IOError'] += "The attribute values must be numeric.\n"
    856856
    857857def _set_using_lat_long(latitudes,
Note: See TracChangeset for help on using the changeset viewer.