Changeset 16028
- Timestamp:
- 08/30/13 08:48:48 (12 years ago)
- 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 236 236 def SurfaceforcingsBPosEnum(): return StringToEnum("SurfaceforcingsBPos")[0] 237 237 def SurfaceforcingsBNegEnum(): return StringToEnum("SurfaceforcingsBNeg")[0] 238 def ThermalIsenthalpyEnum(): return StringToEnum("ThermalIsenthalpy")[0] 239 def ThermalIsdynamicbasalspcEnum(): return StringToEnum("ThermalIsdynamicbasalspc")[0] 238 240 def ThermalMaxiterEnum(): return StringToEnum("ThermalMaxiter")[0] 239 241 def ThermalPenaltyFactorEnum(): return StringToEnum("ThermalPenaltyFactor")[0] … … 242 244 def ThermalSpctemperatureEnum(): return StringToEnum("ThermalSpctemperature")[0] 243 245 def ThermalStabilizationEnum(): return StringToEnum("ThermalStabilization")[0] 244 def ThermalIsenthalpyEnum(): return StringToEnum("ThermalIsenthalpy")[0]245 246 def GiaMantleViscosityEnum(): return StringToEnum("GiaMantleViscosity")[0] 246 247 def GiaLithosphereThicknessEnum(): return StringToEnum("GiaLithosphereThickness")[0]
Note:
See TracChangeset
for help on using the changeset viewer.