Changeset 17686 for issm/trunk-jpl/src/m/extrusion/DepthAverage.m
- Timestamp:
- 04/08/14 20:39:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/extrusion/DepthAverage.m
r17674 r17686 9 9 10 10 %check that the model given in input is 3d 11 if ~strcmp(md.mesh. meshxdim,'3D');11 if ~strcmp(md.mesh.domaintype,'3D'); 12 12 error('DepthAverage error message: the model given in input must be 3d') 13 13 end
Note:
See TracChangeset
for help on using the changeset viewer.