Changeset 18308


Ignore:
Timestamp:
07/31/14 10:25:34 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added assertion for FlowequationElementEquationEnum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r18283 r18308  
    20912091        IssmDouble yts;
    20922092        bool       dakota_analysis;
    2093         bool       isFS;
    20942093        int        numnodes;
    20952094        int*       penta_node_ids = NULL;
     
    20982097        iomodel->Constant(&yts,ConstantsYtsEnum);
    20992098        iomodel->Constant(&dakota_analysis,QmuIsdakotaEnum);
    2100         iomodel->Constant(&isFS,FlowequationIsFSEnum);
    21012099
    21022100        /*Checks if debuging*/
     
    24282426
    24292427                case StressbalanceAnalysisEnum:
     2428                        _assert_(iomodel->Data(FlowequationElementEquationEnum));
    24302429
    24312430                        if(*(iomodel->Data(FlowequationElementEquationEnum)+index)==HOFSApproximationEnum){
Note: See TracChangeset for help on using the changeset viewer.