Changeset 15423 for issm/trunk-jpl/src/c/modules/ModelProcessorx/Enthalpy/CreateConstraintsEnthalpy.cpp
- Timestamp:
- 07/03/13 16:46:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/modules/ModelProcessorx/Enthalpy/CreateConstraintsEnthalpy.cpp ¶
r15128 r15423 13 13 int i,j; 14 14 int count; 15 int dim;16 15 int M,N; 17 16 int numberofvertices; … … 26 25 27 26 /*Fetch parameters: */ 28 iomodel->Constant(&dim,MeshDimensionEnum);29 27 iomodel->Constant(&numberofvertices,MeshNumberofverticesEnum); 30 28 iomodel->Constant(&heatcapacity,MaterialsHeatcapacityEnum); … … 38 36 39 37 /*return if 2d mesh*/ 40 if ( dim==2){38 if (iomodel->dim==2){ 41 39 *pconstraints=constraints; 42 40 return;
Note:
See TracChangeset
for help on using the changeset viewer.