Ignore:
Timestamp:
04/08/14 20:39:20 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: following Chris' suggestions, we adopt the following convention
md.mesh.dimension -> DomainDimensionEnum
md.mesh.domaintype ->DomainTypeEnum
md.mesh.elementtype->MeshElementtypeEnum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/extrusion/DepthAverage.m

    r17674 r17686  
    99
    1010%check that the model given in input is 3d
    11 if ~strcmp(md.mesh.meshxdim,'3D');
     11if ~strcmp(md.mesh.domaintype,'3D');
    1212        error('DepthAverage error message: the model given in input must be 3d')
    1313end
Note: See TracChangeset for help on using the changeset viewer.