Ignore:
Timestamp:
09/20/13 09:44:53 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cpperrors and simplifying COnstraintState (to be continued)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/FreeSurfaceBase/UpdateElementsFreeSurfaceBase.cpp

    r15986 r16200  
    1111void    UpdateElementsFreeSurfaceBase(Elements* elements, IoModel* iomodel,int analysis_counter,int analysis_type){
    1212
    13         int    finiteelement;
    14         bool   dakota_analysis;
    15 
    1613        /*Now, is the model 3d? otherwise, do nothing: */
    1714        if (iomodel->dim==2)return;
    1815
    1916        /*Finite element type*/
    20         finiteelement = P1Enum;
     17        int finiteelement = P1Enum;
    2118
    2219        /*Update elements: */
Note: See TracChangeset for help on using the changeset viewer.