- Timestamp:
- 07/12/11 16:28:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/ModelProcessorx/BedSlope/UpdateElementsBedSlope.cpp
r8330 r8926 21 21 22 22 /*Fetch data needed: */ 23 IoModelFetchData(&iomodel->elements,NULL,NULL,iomodel_handle, "elements");24 IoModelFetchData(&iomodel->surface,NULL,NULL,iomodel_handle, "surface");25 IoModelFetchData(&iomodel->bed,NULL,NULL,iomodel_handle, "bed");26 IoModelFetchData(&iomodel->elementonwater,NULL,NULL,iomodel_handle, "elementonwater");23 IoModelFetchData(&iomodel->elements,NULL,NULL,iomodel_handle,ElementsEnum); 24 IoModelFetchData(&iomodel->surface,NULL,NULL,iomodel_handle,SurfaceEnum); 25 IoModelFetchData(&iomodel->bed,NULL,NULL,iomodel_handle,BedEnum); 26 IoModelFetchData(&iomodel->elementonwater,NULL,NULL,iomodel_handle,ElementOnWaterEnum); 27 27 28 28 if (iomodel->dim==3){ 29 IoModelFetchData(&iomodel->elementonbed,NULL,NULL,iomodel_handle, "elementonbed");30 IoModelFetchData(&iomodel->elementonsurface,NULL,NULL,iomodel_handle, "elementonsurface");29 IoModelFetchData(&iomodel->elementonbed,NULL,NULL,iomodel_handle,ElementOnBedEnum); 30 IoModelFetchData(&iomodel->elementonsurface,NULL,NULL,iomodel_handle,ElementOnSurfaceEnum); 31 31 } 32 32
Note:
See TracChangeset
for help on using the changeset viewer.