Changeset 9304


Ignore:
Timestamp:
Aug 14, 2014, 11:17:50 AM (11 years ago)
Author:
davies
Message:

Bugfix in polygon reading routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/utilities/model_tools.py

    r9069 r9304  
    110110        else:
    111111            polygon.append([float(fields[0]), float(fields[1])])
    112         polylist.append(polygon)
     112    polylist.append(polygon)
    113113    return polylist
    114114# ---------------------------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.