Changeset 8310
- Timestamp:
- 05/16/11 16:17:06 (14 years ago)
- Location:
- issm/trunk/src/c/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/IoModel.cpp
r8303 r8310 199 199 IoModelFetchData(&this->kff,iomodel_handle,"kff"); 200 200 IoModelFetchData(&this->gl_migration,iomodel_handle,"gl_migration"); 201 IoModelFetchData(&this->diagnostic_analysis,iomodel_handle,"diagnostic_analysis"); 202 IoModelFetchData(&this->prognostic_analysis,iomodel_handle,"prognostic_analysis"); 203 IoModelFetchData(&this->thermal_analysis,iomodel_handle,"thermal_analysis"); 201 204 202 205 /*!Get thermal parameters: */ … … 367 370 this->shelf_dampening=0; 368 371 this->waitonlock=0; 372 this->diagnostic_analysis=0; 373 this->prognostic_analysis=0; 374 this->thermal_analysis=0; 369 375 370 376 /*!thermal parameters: */ -
issm/trunk/src/c/objects/IoModel.h
r8303 r8310 163 163 double waitonlock; 164 164 int kff; 165 int diagnostic_analysis; 166 int prognostic_analysis; 167 int thermal_analysis; 165 168 166 169 /*thermal parameters: */
Note:
See TracChangeset
for help on using the changeset viewer.