Changeset 8238
- Timestamp:
- 05/10/11 14:38:52 (14 years ago)
- Location:
- issm/trunk/src/c/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/IoModel.cpp
r7848 r8238 82 82 xfree((void**)&this->spcwatercolumn); 83 83 xfree((void**)&this->spctemperature); 84 xfree((void**)&this->diagnostic_ref); 84 85 xfree((void**)&this->edges); 85 86 xfree((void**)&this->geothermalflux); … … 312 313 this-> spcthickness=NULL; 313 314 this-> spcwatercolumn=NULL; 315 this-> diagnostic_ref=NULL; 314 316 this->numberofedges=0; 315 317 this->edges=NULL; -
issm/trunk/src/c/objects/IoModel.h
r7848 r8238 104 104 double* spcthickness; 105 105 double* spcwatercolumn; 106 double* diagnostic_ref; 106 107 double* geothermalflux; 107 108 int numberofedges;
Note:
See TracChangeset
for help on using the changeset viewer.