Ignore:
Timestamp:
08/24/11 12:10:50 (14 years ago)
Author:
Mathieu Morlighem
Message:

moved iomodel->f to iomodel->Data and iomodel->constants is now private (use iomodel->Constant)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ModelProcessorx/Prognostic/UpdateElementsPrognostic.cpp

    r9372 r9405  
    2121
    2222        /*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);
    2626        iomodel->FetchData(1,ElementsEnum);
    2727
Note: See TracChangeset for help on using the changeset viewer.