Ignore:
Timestamp:
02/07/14 09:43:44 (11 years ago)
Author:
jbondzio
Message:

revert to r17226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/processmesh.py

    r17227 r17230  
    1414        if md.mesh.numberofvertices==0:
    1515                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')
    1818
    1919        if len(data)==0 or not isinstance(data,dict):
Note: See TracChangeset for help on using the changeset viewer.