Changeset 15868


Ignore:
Timestamp:
08/22/13 03:01:25 (12 years ago)
Author:
jbondzio
Message:

ADD: empty shell for Penta::CalculateBasalMeltrate, required for enthalpy module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r15853 r15868  
    50545054        /*Free ressources:*/
    50555055        xDelete<int>(indices);
     5056}
     5057/*}}}*/
     5058/*FUNCTION Penta::ComputeBasalMeltrate{{{*/
     5059void Penta::ComputeBasalMeltrate(void){
     5060  /*Calculate the basal melt rates of the enthalpy model after Aschwanden 2012*/
     5061  // Do nothing for now.
    50565062}
    50575063/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.