Changeset 6727
- Timestamp:
- 12/10/10 11:42:22 (14 years ago)
- Location:
- issm/trunk/src/c/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/IoModel.cpp
r6375 r6727 210 210 IoModelFetchData(&this->qmu_npart,iomodel_handle,"npart"); 211 211 IoModelFetchData(&this->qmu_mass_flux_num_profiles,iomodel_handle,"qmu_mass_flux_num_profiles"); 212 IoModelFetchData(&this->qmu_save_femmodel,iomodel_handle,"qmu_save_femmodel"); 212 213 } 213 214 /*i/o: */ -
issm/trunk/src/c/objects/IoModel.h
r6375 r6727 185 185 /*qmu: */ 186 186 int qmu_mass_flux_num_profiles; 187 int qmu_save_femmodel; 187 188 188 189 /*exterior partitioning data, to be carried around: */
Note:
See TracChangeset
for help on using the changeset viewer.