Changeset 18308
- Timestamp:
- 07/31/14 10:25:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r18283 r18308 2091 2091 IssmDouble yts; 2092 2092 bool dakota_analysis; 2093 bool isFS;2094 2093 int numnodes; 2095 2094 int* penta_node_ids = NULL; … … 2098 2097 iomodel->Constant(&yts,ConstantsYtsEnum); 2099 2098 iomodel->Constant(&dakota_analysis,QmuIsdakotaEnum); 2100 iomodel->Constant(&isFS,FlowequationIsFSEnum);2101 2099 2102 2100 /*Checks if debuging*/ … … 2428 2426 2429 2427 case StressbalanceAnalysisEnum: 2428 _assert_(iomodel->Data(FlowequationElementEquationEnum)); 2430 2429 2431 2430 if(*(iomodel->Data(FlowequationElementEquationEnum)+index)==HOFSApproximationEnum){
Note:
See TracChangeset
for help on using the changeset viewer.