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/c/modules/ModelProcessorx/CreateSingleNodeToElementConnectivity.cpp

    r17674 r17686  
    3030
    3131        /*Get element width (3 or 6)*/
    32         switch(iomodel->meshxdim){
     32        switch(iomodel->domaintype){
    3333                case Mesh2DhorizontalEnum: elementswidth=3; break;
    3434                case Mesh2DverticalEnum  : elementswidth=3; break;
    3535                case Mesh3DEnum          : elementswidth=6; break;
    36                 default:  _error_("mesh type "<<EnumToStringx(iomodel->meshxdim)<<" not supported yet");
     36                default:  _error_("mesh type "<<EnumToStringx(iomodel->domaintype)<<" not supported yet");
    3737        }
    3838
Note: See TracChangeset for help on using the changeset viewer.