Changeset 6727


Ignore:
Timestamp:
12/10/10 11:42:22 (14 years ago)
Author:
jschierm
Message:

Added qmu_save_femmodel to IoModel.

Location:
issm/trunk/src/c/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/IoModel.cpp

    r6375 r6727  
    210210                IoModelFetchData(&this->qmu_npart,iomodel_handle,"npart");
    211211                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");
    212213        }
    213214        /*i/o: */
  • issm/trunk/src/c/objects/IoModel.h

    r6375 r6727  
    185185                /*qmu: */
    186186                int      qmu_mass_flux_num_profiles;
     187                int      qmu_save_femmodel;
    187188
    188189                /*exterior partitioning data, to be carried around: */
Note: See TracChangeset for help on using the changeset viewer.