Changeset 17230 for issm/trunk-jpl/src/m/plot
- Timestamp:
- 02/07/14 09:43:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/processmesh.py
r17227 r17230 14 14 if md.mesh.numberofvertices==0: 15 15 raise ValueError('processmesh error: mesh is empty') 16 #if md.mesh.numberofvertices==md.mesh.numberofelements:17 #raise ValueError('processmesh error: the number of elements is the same as the number of nodes')16 if md.mesh.numberofvertices==md.mesh.numberofelements: 17 raise ValueError('processmesh error: the number of elements is the same as the number of nodes') 18 18 19 19 if len(data)==0 or not isinstance(data,dict):
Note:
See TracChangeset
for help on using the changeset viewer.