Changeset 22016
- Timestamp:
- 08/26/17 21:05:35 (8 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/Materials
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Materials/Matpar.cpp
r22011 r22016 656 656 } 657 657 /*}}}*/ 658 IssmDoubleMatpar::GetIntegerMaterialParameter(int enum_in){/*{{{*/658 int Matpar::GetIntegerMaterialParameter(int enum_in){/*{{{*/ 659 659 660 660 switch(enum_in){ -
issm/trunk-jpl/src/c/classes/Materials/Matpar.h
r22011 r22016 124 124 IssmDouble GetEnthalpyDiffusionParameterVolume(int numvertices,IssmDouble* enthalpy,IssmDouble* pressure); 125 125 IssmDouble GetMaterialParameter(int in_enum); 126 IssmDoubleGetIntegerMaterialParameter(int in_enum);126 int GetIntegerMaterialParameter(int in_enum); 127 127 IssmDouble PureIceEnthalpy(IssmDouble pressure); 128 128 void ThermalToEnthalpy(IssmDouble* penthalpy,IssmDouble temperature,IssmDouble waterfraction,IssmDouble pressure);
Note:
See TracChangeset
for help on using the changeset viewer.