Changeset 9356 for issm/trunk/src/c/modules/ModelProcessorx/Prognostic/CreateConstraintsPrognostic.cpp
- Timestamp:
- 08/19/11 18:04:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/ModelProcessorx/Prognostic/CreateConstraintsPrognostic.cpp
r9340 r9356 10 10 void CreateConstraintsPrognostic(Constraints** pconstraints, IoModel* iomodel){ 11 11 12 int prognostic_DG; 13 14 /*Fetch parameters: */ 15 iomodel->parameters->FindParam(&prognostic_DG,PrognosticDGEnum); 16 12 17 /*Output*/ 13 18 Constraints *constraints = NULL; … … 20 25 21 26 /*Do not add constraints in DG, they are weakly imposed*/ 22 if(! iomodel->prognostic_DG){27 if(!prognostic_DG){ 23 28 IoModelToConstraintsx(constraints,iomodel,SpcthicknessEnum,PrognosticAnalysisEnum); 24 29 }
Note:
See TracChangeset
for help on using the changeset viewer.