Changeset 3477
- Timestamp:
- 04/08/10 15:24:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/DiagnosticHutter/CreateConstraintsDiagnosticHutter.cpp
r3455 r3477 18 18 Spc* spc = NULL; 19 19 20 /*Now, is the flag ishutter on? otherwise, do nothing: */21 if (!iomodel->ishutter)goto cleanup_and_return;22 23 20 /*Create constraints: */ 24 21 constraints = new DataSet(ConstraintsEnum()); 22 23 /*Now, is the flag ishutter on? otherwise, do nothing: */ 24 if (!iomodel->ishutter) goto cleanup_and_return; 25 25 26 26 /*Fetch data: */
Note:
See TracChangeset
for help on using the changeset viewer.