- Timestamp:
- 10/11/12 11:23:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ModelProcessorx/Enthalpy/CreateNodesEnthalpy.cpp
r12832 r13622 25 25 /*Fetch parameters: */ 26 26 iomodel->Constant(&numberofvertices,MeshNumberofverticesEnum); 27 27 28 28 /*Recover pointer: */ 29 29 nodes=*pnodes; … … 40 40 for (i=0;i<numberofvertices;i++){ 41 41 if(iomodel->my_vertices[i]){ 42 42 43 43 /*Add node to nodes dataset: */ 44 44 nodes->AddObject(new Node(iomodel->nodecounter+i+1,i,i+1,i,iomodel,EnthalpyAnalysisEnum)); … … 49 49 /*Clean fetched data: */ 50 50 iomodel->DeleteData(6,MeshVertexonbedEnum,MeshVertexonsurfaceEnum,MaskVertexongroundediceEnum,MaskVertexonfloatingiceEnum,FlowequationVertexEquationEnum,MaskVertexonwaterEnum); 51 51 52 52 /*Assign output pointer: */ 53 53 *pnodes=nodes;
Note:
See TracChangeset
for help on using the changeset viewer.