Changeset 6213 for issm/trunk/src/c/objects/IoModel.cpp
- Timestamp:
- 10/08/10 16:49:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/objects/IoModel.cpp ¶
r6201 r6213 84 84 xfree((void**)&this->rheology_B); 85 85 xfree((void**)&this->rheology_n); 86 xfree((void**)&this->control_type); 86 87 xfree((void**)&this->cm_responses); 87 88 xfree((void**)&this->weights); … … 152 153 /*Get control parameters: */ 153 154 IoModelFetchData(&this->num_control_type,iomodel_handle,"num_control_type"); 154 IoModelFetchData(&this->control_type,iomodel_handle,"control_type");155 155 156 156 /*!Get solution parameters: */ … … 295 295 296 296 /*!solution parameters: */ 297 this->control_type=NULL; 297 298 this->cm_responses=NULL; 298 299 this->weights=NULL;
Note:
See TracChangeset
for help on using the changeset viewer.