Changeset 7780 for trunk/anuga_core/source/anuga/file/csv_file.py
- Timestamp:
- Jun 5, 2010, 10:58:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file/csv_file.py
r7778 r7780 271 271 """ 272 272 273 polygons, values = csv2polygons(file_name,273 polygons, values = load_csv_as_polygons(file_name, 274 274 value_name='floors', 275 275 clipping_polygons=None)
Note: See TracChangeset
for help on using the changeset viewer.