source:
issm/oecreview/Archive/20545-21336/ISSM-20857-20858.diff@
21337
Last change on this file since 21337 was 21337, checked in by , 8 years ago | |
---|---|
File size: 497 bytes |
-
../trunk-jpl/src/m/modules/ContourToMesh.py
25 25 #Call mex module 26 26 [in_nod,in_elem] = ContourToMesh_python(index,x,y,contourname,interptype,edgevalue); 27 27 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.