Changeset 1256


Ignore:
Timestamp:
07/08/09 07:26:40 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/modelextract.m

    r1241 r1256  
    1919%   See also: EXTRUDE, COLLAPSE
    2020
    21 %some checks on list of arguments
     21%some checks
    2222if ((nargin~=2) | (nargout~=1)),
    2323        help modelextract
    2424        error('modelextract error message: bad usage');
    2525end
    26 if strcmpi(md.type,'3d'),
     26if strcmpi(md1.type,'3d'),
    2727        error('modelextract error message: only 2d model supported yet. Use BasinConstrain instead');
    2828end
    29 
    30 
    3129
    3230%first
Note: See TracChangeset for help on using the changeset viewer.