Changeset 20858


Ignore:
Timestamp:
07/05/16 14:37:44 (9 years ago)
Author:
Mathieu Morlighem
Message:

BUG: ContourToMesh is really messed up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/modules/ContourToMesh.py

    r20845 r20858  
    2626        [in_nod,in_elem] = ContourToMesh_python(index,x,y,contourname,interptype,edgevalue);
    2727
    28         #return
    29         return [in_nod,in_elem]
     28        if interptype=='element':
     29                return [in_elem,[]]
     30        else:
     31                return [in_nod,in_elem]
Note: See TracChangeset for help on using the changeset viewer.