Ignore:
Timestamp:
11/17/13 08:55:19 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: working on wnthalpy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Seg.h

    r16810 r16812  
    8484                void        Delta18oParameterization(void){_error_("not implemented yet");};
    8585                void        EnthalpyToThermal(IssmDouble* ptemperature,IssmDouble* pwaterfraction,IssmDouble enthalpy,IssmDouble pressure){_error_("not implemented yet");};
     86                IssmDouble  EnthalpyDiffusionParameter(IssmDouble enthalpy,IssmDouble pressure){_error_("not implemented");};
     87                IssmDouble  EnthalpyDiffusionParameterVolume(int numvertices,IssmDouble* enthalpy,IssmDouble* pressure){_error_("not implemented");};
    8688                void        FindParam(int* pvalue,int paramenum);
    8789                void        FindParam(IssmDouble* pvalue,int paramenum);
Note: See TracChangeset for help on using the changeset viewer.