- Timestamp:
- 03/31/10 16:43:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateConstraintsSlopeCompute.cpp
r3332 r3359 14 14 void CreateConstraintsSlopeCompute(DataSet** pconstraints, IoModel* iomodel,ConstDataHandle iomodel_handle){ 15 15 16 17 16 DataSet* constraints = NULL; 18 17 19 18 /*Create constraints: */ 20 19 constraints = new DataSet(ConstraintsEnum()); 21 22 /*Now, is the flag isstokes on? otherwise, do nothing: */23 if (!iomodel->isstokes)goto cleanup_and_return;24 25 cleanup_and_return:26 20 27 21 /*Assign output pointer: */
Note:
See TracChangeset
for help on using the changeset viewer.