- Timestamp:
- 03/27/14 08:53:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/partition/AreaAverageOntoPartition.m
r13646 r17559 9 9 10 10 %some checks 11 if md.mesh.dimension==3,11 if strcmp(meshtype(md.mesh),'3D'), 12 12 if nargin~=3, 13 13 error('layer should be provided onto which Area Averaging occurs'); … … 51 51 52 52 %in 3D, restore 3D model: 53 if md.mesh.dimension==3,53 if strcmp(meshtype(md.mesh),'3D'), 54 54 md=md3d; 55 55 end
Note:
See TracChangeset
for help on using the changeset viewer.