Changeset 8238


Ignore:
Timestamp:
05/10/11 14:38:52 (14 years ago)
Author:
seroussi
Message:

added diagnostic_ref in IoModel

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

Legend:

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

    r7848 r8238  
    8282        xfree((void**)&this->spcwatercolumn);
    8383        xfree((void**)&this->spctemperature);
     84        xfree((void**)&this->diagnostic_ref);
    8485        xfree((void**)&this->edges);
    8586        xfree((void**)&this->geothermalflux);
     
    312313        this-> spcthickness=NULL;
    313314        this-> spcwatercolumn=NULL;
     315        this-> diagnostic_ref=NULL;
    314316        this->numberofedges=0;
    315317        this->edges=NULL;
  • issm/trunk/src/c/objects/IoModel.h

    r7848 r8238  
    104104                double* spcthickness;
    105105                double* spcwatercolumn;
     106                double* diagnostic_ref;
    106107                double* geothermalflux;
    107108                int     numberofedges;
Note: See TracChangeset for help on using the changeset viewer.