Changeset 8315
- Timestamp:
- 05/16/11 16:44:55 (14 years ago)
- Location:
- issm/trunk/src/c/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/IoModel.cpp
r8310 r8315 89 89 xfree((void**)&this->melting_rate_correction); 90 90 xfree((void**)&this->accumulation_rate); 91 xfree((void**)&this->forcing_accumulation); 91 92 xfree((void**)&this->dhdt); 92 93 xfree((void**)&this->rheology_B); … … 396 397 /*!basal: */ 397 398 this->accumulation_rate=NULL; 399 this->forcing_accumulation=NULL; 398 400 this->dhdt=NULL; 399 401 -
issm/trunk/src/c/objects/IoModel.h
r8310 r8315 195 195 int melting_rate_correction_apply; 196 196 double* accumulation_rate; 197 double* forcing_accumulation; 197 198 double* dhdt; 198 199
Note:
See TracChangeset
for help on using the changeset viewer.