Changeset 6005 for issm/trunk/src/c/objects/IoModel.cpp
- Timestamp:
- 09/23/10 16:16:14 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/IoModel.cpp
r5903 r6005 48 48 xfree((void**)&this->gridonpattyn); 49 49 } 50 xfree((void**)&this-> petscrc);50 xfree((void**)&this->numpetscoptions); 51 51 xfree((void**)&this->elementonbed); 52 52 xfree((void**)&this->elementonsurface); … … 182 182 IoModelFetchData(&this->connectivity,iomodel_handle,"connectivity"); 183 183 IoModelFetchData(&this->lowmem,iomodel_handle,"lowmem"); 184 IoModelFetchData(&this-> petscrc,iomodel_handle,"petscrc");184 IoModelFetchData(&this->numpetscoptions,iomodel_handle,"numpetscoptions"); 185 185 IoModelFetchData(&this->viscosity_overshoot,iomodel_handle,"viscosity_overshoot"); 186 186 IoModelFetchData(&this->artdiff,iomodel_handle,"artificial_diffusivity"); … … 227 227 this->control_analysis=0; 228 228 this->control_parameter=NULL; 229 this-> petscrc=NULL;229 this->numpetscoptions=NULL; 230 230 this->numberofvariables=0; 231 231 this->numvariabledescriptors=0;
Note:
See TracChangeset
for help on using the changeset viewer.