Changeset 20848
- Timestamp:
- 07/03/16 13:28:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/modules/ContourToMesh.m
r20847 r20848 1 function [in_nod,in_elem]= ContourToMesh(index,x,y,contourname,interptype,edgevalue);1 function varargout = ContourToMesh(index,x,y,contourname,interptype,edgevalue); 2 2 %CONTOURTOMESH - Flag the elements or nodes inside a contour 3 3 %
Note:
See TracChangeset
for help on using the changeset viewer.