- Timestamp:
- 08/24/11 12:10:50 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/ModelProcessorx/Prognostic/UpdateElementsPrognostic.cpp
r9372 r9405 21 21 22 22 /*Fetch data needed: */ 23 iomodel-> constants->FindParam(&dim,DimEnum);24 iomodel-> constants->FindParam(&numberofelements,NumberOfElementsEnum);25 iomodel-> constants->FindParam(&prognostic_DG,PrognosticDGEnum);23 iomodel->Constant(&dim,DimEnum); 24 iomodel->Constant(&numberofelements,NumberOfElementsEnum); 25 iomodel->Constant(&prognostic_DG,PrognosticDGEnum); 26 26 iomodel->FetchData(1,ElementsEnum); 27 27
Note:
See TracChangeset
for help on using the changeset viewer.