Changeset 16028


Ignore:
Timestamp:
08/30/13 08:48:48 (12 years ago)
Author:
jbondzio
Message:
 
Location:
issm/trunk-jpl/src/m/enum
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/enum/EnumDefinitions.py

    r16011 r16028  
    236236def SurfaceforcingsBPosEnum(): return StringToEnum("SurfaceforcingsBPos")[0]
    237237def SurfaceforcingsBNegEnum(): return StringToEnum("SurfaceforcingsBNeg")[0]
     238def ThermalIsenthalpyEnum(): return StringToEnum("ThermalIsenthalpy")[0]
     239def ThermalIsdynamicbasalspcEnum(): return StringToEnum("ThermalIsdynamicbasalspc")[0]
    238240def ThermalMaxiterEnum(): return StringToEnum("ThermalMaxiter")[0]
    239241def ThermalPenaltyFactorEnum(): return StringToEnum("ThermalPenaltyFactor")[0]
     
    242244def ThermalSpctemperatureEnum(): return StringToEnum("ThermalSpctemperature")[0]
    243245def ThermalStabilizationEnum(): return StringToEnum("ThermalStabilization")[0]
    244 def ThermalIsenthalpyEnum(): return StringToEnum("ThermalIsenthalpy")[0]
    245246def GiaMantleViscosityEnum(): return StringToEnum("GiaMantleViscosity")[0]
    246247def GiaLithosphereThicknessEnum(): return StringToEnum("GiaLithosphereThickness")[0]
Note: See TracChangeset for help on using the changeset viewer.