Changeset 4382 for anuga_core/source/anuga/pmesh/mesh.py
- Timestamp:
- Apr 16, 2007, 4:41:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/pmesh/mesh.py
r4182 r4382 25 25 26 26 27 class NoTrianglesError(exceptions.Exception): pass 27 28 28 29 #import load_mesh … … 3103 3104 """Reverses the transformation of region_strings2ints 3104 3105 """ 3106 if region_list == []: 3107 raise NoTrianglesError 3105 3108 if region_list[0] != []: 3106 3109 for i in xrange(len(region_list)):
Note: See TracChangeset
for help on using the changeset viewer.