Changeset 17510 for issm/trunk-jpl/src/m/extrusion/project2d.m
- Timestamp:
- 03/20/14 17:15:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/extrusion/project2d.m
r13007 r17510 20 20 end 21 21 22 if (md3d.mesh.dimension~=3),22 if ~strcmp(md3d.mesh.meshtype,'3D'); 23 23 error('wrong model type ... should be ''3d'''); 24 24 end
Note:
See TracChangeset
for help on using the changeset viewer.