Changeset 8315


Ignore:
Timestamp:
05/16/11 16:44:55 (14 years ago)
Author:
seroussi
Message:

added accumulation_forcing in IoModel

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

Legend:

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

    r8310 r8315  
    8989        xfree((void**)&this->melting_rate_correction);
    9090        xfree((void**)&this->accumulation_rate);
     91        xfree((void**)&this->forcing_accumulation);
    9192        xfree((void**)&this->dhdt);
    9293        xfree((void**)&this->rheology_B);
     
    396397        /*!basal: */
    397398        this->accumulation_rate=NULL;
     399        this->forcing_accumulation=NULL;
    398400        this->dhdt=NULL;
    399401       
  • issm/trunk/src/c/objects/IoModel.h

    r8310 r8315  
    195195                int      melting_rate_correction_apply;
    196196                double*  accumulation_rate;
     197                double*  forcing_accumulation;
    197198                double*  dhdt;
    198199
Note: See TracChangeset for help on using the changeset viewer.