Changeset 16291 for issm/trunk-jpl/src/c/modules/ModelProcessorx/Enthalpy/CreateConstraintsEnthalpy.cpp
- Timestamp:
- 10/03/13 14:53:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ModelProcessorx/Enthalpy/CreateConstraintsEnthalpy.cpp
r16200 r16291 30 30 31 31 /*return if 2d mesh*/ 32 if(iomodel-> dim==2) return;32 if(iomodel->meshtype==Mesh2DhorizontalEnum) return; 33 33 34 34 /*Fetch data: */
Note:
See TracChangeset
for help on using the changeset viewer.