Changeset 3507
- Timestamp:
- 04/09/10 16:09:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/DiagnosticHoriz/CreateConstraintsDiagnosticHoriz.cpp
r3429 r3507 22 22 int node1,node2; 23 23 24 /*Create constraints: */ 25 constraints = new DataSet(ConstraintsEnum()); 26 24 27 /*Now, is the flag macayaealpattyn on? otherwise, do nothing: */ 25 28 if (!iomodel->ismacayealpattyn)goto cleanup_and_return; 26 29 27 /*Create constraints: */28 constraints = new DataSet(ConstraintsEnum());29 30 30 /*Spcs: fetch data: */ 31 31 IoModelFetchData(&iomodel->spcvelocity,NULL,NULL,iomodel_handle,"spcvelocity");
Note:
See TracChangeset
for help on using the changeset viewer.