Ignore:
Timestamp:
03/27/14 08:53:53 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: changing some md.mesh.dimension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/partition/AreaAverageOntoPartition.m

    r13646 r17559  
    99
    1010%some checks
    11 if md.mesh.dimension==3,
     11if strcmp(meshtype(md.mesh),'3D'),
    1212        if nargin~=3,
    1313                error('layer should be provided onto which Area Averaging occurs');
     
    5151
    5252%in 3D, restore 3D model:
    53 if md.mesh.dimension==3,
     53if strcmp(meshtype(md.mesh),'3D'),
    5454        md=md3d;
    5555end
Note: See TracChangeset for help on using the changeset viewer.