- Timestamp:
- 07/12/11 16:28:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/ModelProcessorx/Enthalpy/CreateNodesEnthalpy.cpp
r8483 r8926 32 32 33 33 /*Create nodes and vertices: */ 34 IoModelFetchData(&iomodel->nodeonbed,NULL,NULL,iomodel_handle, "nodeonbed");35 IoModelFetchData(&iomodel->nodeonsurface,NULL,NULL,iomodel_handle, "nodeonsurface");36 IoModelFetchData(&iomodel->nodeonicesheet,NULL,NULL,iomodel_handle, "nodeonicesheet");37 IoModelFetchData(&iomodel->nodeoniceshelf,NULL,NULL,iomodel_handle, "nodeoniceshelf");38 IoModelFetchData(&iomodel->vertices_type,NULL,NULL,iomodel_handle, "vertices_type");39 IoModelFetchData(&iomodel->nodeonwater,NULL,NULL,iomodel_handle, "nodeonwater");34 IoModelFetchData(&iomodel->nodeonbed,NULL,NULL,iomodel_handle,NodeOnBedEnum); 35 IoModelFetchData(&iomodel->nodeonsurface,NULL,NULL,iomodel_handle,NodeOnSurfaceEnum); 36 IoModelFetchData(&iomodel->nodeonicesheet,NULL,NULL,iomodel_handle,NodeOnIceSheetEnum); 37 IoModelFetchData(&iomodel->nodeoniceshelf,NULL,NULL,iomodel_handle,NodeOnIceShelfEnum); 38 IoModelFetchData(&iomodel->vertices_type,NULL,NULL,iomodel_handle,VerticesTypeEnum); 39 IoModelFetchData(&iomodel->nodeonwater,NULL,NULL,iomodel_handle,NodeOnWaterEnum); 40 40 41 41 for (i=0;i<iomodel->numberofvertices;i++){
Note:
See TracChangeset
for help on using the changeset viewer.