Changeset 15857
- Timestamp:
- 08/21/13 13:59:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ModelProcessorx/StressbalanceVertical/CreateConstraintsStressbalanceVertical.cpp
r15771 r15857 21 21 22 22 /*return if 2d mesh*/ 23 if(iomodel->dim==2) *pconstraints=constraints;23 if(iomodel->dim==2) return; 24 24 25 25 /*Fetch data: */
Note:
See TracChangeset
for help on using the changeset viewer.