source: issm/oecreview/Archive/20545-21336/ISSM-20857-20858.diff@ 21337

Last change on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago

CHG: added Archive/20545-21336

File size: 497 bytes
  • ../trunk-jpl/src/m/modules/ContourToMesh.py

     
    2525        #Call mex module
    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 TracBrowser for help on using the repository browser.