Changeset 17686 for issm/trunk-jpl/src/m/mech/thomasparams.m
- Timestamp:
- 04/08/14 20:39:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mech/thomasparams.m
r17674 r17686 51 51 error(['md.results.strainrate is not present. Calculate using md=mechanicalproperties(md,vx,vy)']) 52 52 end 53 if meshdim(md.mesh)~=2,53 if dimension(md.mesh)~=2, 54 54 error('only 2d model supported currently'); 55 55 end
Note:
See TracChangeset
for help on using the changeset viewer.