Changeset 20848


Ignore:
Timestamp:
07/03/16 13:28:51 (9 years ago)
Author:
Mathieu Morlighem
Message:

BUG: output should be varargout

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);
     1function varargout = ContourToMesh(index,x,y,contourname,interptype,edgevalue);
    22%CONTOURTOMESH - Flag the elements or nodes inside a contour
    33%
Note: See TracChangeset for help on using the changeset viewer.