Changeset 5472
- Timestamp:
- 08/23/10 00:24:19 (15 years ago)
- Location:
- issm/trunk/src/c/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/IoModel.cpp
r5358 r5472 209 209 if(this->qmu_analysis){ 210 210 IoModelFetchData(&this->numberofvariables,iomodel_handle,"numberofvariables"); 211 IoModelFetchData(&this->numvariabledescriptors,iomodel_handle,"numvariabledescriptors"); 211 212 IoModelFetchData(&this->numberofresponses,iomodel_handle,"numberofresponses"); 213 IoModelFetchData(&this->numresponsedescriptors,iomodel_handle,"numresponsedescriptors"); 212 214 IoModelFetchData(&this->qmu_npart,iomodel_handle,"npart"); 213 215 IoModelFetchData(&this->qmu_mass_flux_num_profiles,iomodel_handle,"qmu_mass_flux_num_profiles"); … … 230 232 this->control_parameter=NULL; 231 233 this->solverstring=NULL; 234 this->numberofvariables=0; 235 this->numvariabledescriptors=0; 232 236 this->numberofresponses=0; 233 this->num berofvariables=0;237 this->numresponsedescriptors=0; 234 238 this->qmu_npart=0; 235 239 this->numberofelements=0; -
issm/trunk/src/c/objects/IoModel.h
r5358 r5472 65 65 66 66 /*qmu: */ 67 int numberofvariables; 68 int numvariabledescriptors; 67 69 int numberofresponses; 68 int num berofvariables;70 int numresponsedescriptors; 69 71 int qmu_npart; 70 72
Note:
See TracChangeset
for help on using the changeset viewer.