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

CHG: renamed meshtype->meshxdim (Extended Dimension) and added meshdim (2 or 3) and meshtype (Tria Penta Tetra)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/BalancethicknessSoftAnalysis.h

    r17212 r17674  
    1313        public:
    1414                /*Model processing*/
    15                 int  DofsPerNode(int** doflist,int meshtype,int approximation);
     15                int  DofsPerNode(int** doflist,int meshxdim,int approximation);
    1616                void UpdateParameters(Parameters* parameters,IoModel* iomodel,int solution_enum,int analysis_enum);
    1717                void UpdateElements(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type);
Note: See TracChangeset for help on using the changeset viewer.