Changeset 9636 for issm/trunk/src/c/modules/EnumToStringx/EnumToStringx.cpp
- Timestamp:
- 09/06/11 16:53:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/EnumToStringx/EnumToStringx.cpp
r9632 r9636 50 50 case TimesteppingTimeAdaptEnum : return "TimesteppingTimeAdapt"; 51 51 case TimesteppingCflCoefficientEnum : return "TimesteppingCflCoefficient"; 52 case MaterialsRheologyBEnum : return "MaterialsRheologyB"; 53 case MaterialsRheologyBbarEnum : return "MaterialsRheologyBbar"; 54 case MaterialsRheologyNEnum : return "MaterialsRheologyN"; 55 case MaterialsRheologyLawEnum : return "MaterialsRheologyLaw"; 56 case MaterialsRhoIceEnum : return "MaterialsRhoIce"; 57 case MaterialsRhoWaterEnum : return "MaterialsRhoWater"; 58 case MaterialsHeatcapacityEnum : return "MaterialsHeatcapacity"; 59 case MaterialsLatentheatEnum : return "MaterialsLatentheat"; 60 case MaterialsBetaEnum : return "MaterialsBeta"; 61 case MaterialsThermalconductivityEnum : return "MaterialsThermalconductivity"; 62 case MaterialsMixedLayerCapacityEnum : return "MaterialsMixedLayerCapacity"; 63 case MaterialsThermalExchangeVelocityEnum : return "MaterialsThermalExchangeVelocity"; 64 case MaterialsMeltingpointEnum : return "MaterialsMeltingpoint"; 52 65 case ConstraintsEnum : return "Constraints"; 53 66 case ElementsEnum : return "Elements"; … … 203 216 case QmuPressureEnum : return "QmuPressure"; 204 217 case ResetPenaltiesEnum : return "ResetPenalties"; 205 case RheologyBEnum : return "RheologyB";206 case RheologyBbarEnum : return "RheologyBbar";207 case RheologyNEnum : return "RheologyN";208 218 case SegmentOnIceShelfEnum : return "SegmentOnIceShelf"; 209 219 case ShelfDampeningEnum : return "ShelfDampening"; … … 278 288 case AgressiveMigrationEnum : return "AgressiveMigration"; 279 289 case SoftMigrationEnum : return "SoftMigration"; 280 case RhoIceEnum : return "RhoIce";281 case RhoWaterEnum : return "RhoWater";282 case GravityEnum : return "Gravity";283 case MixedLayerCapacityEnum : return "MixedLayerCapacity";284 case ThermalExchangeVelocityEnum : return "ThermalExchangeVelocity";285 290 case StokesSolverEnum : return "StokesSolver"; 286 291 case IntersectEnum : return "Intersect"; 287 292 case ColinearEnum : return "Colinear"; 288 293 case SeparateEnum : return "Separate"; 289 case BetaEnum : return "Beta";290 294 case CmGradientEnum : return "CmGradient"; 291 295 case CmJumpEnum : return "CmJump"; … … 340 344 case OptionDoubleEnum : return "OptionDouble"; 341 345 case OptionLogicalEnum : return "OptionLogical"; 342 case RheologyLawEnum : return "RheologyLaw";343 346 case PatersonEnum : return "Paterson"; 344 347 case ArrheniusEnum : return "Arrhenius"; … … 391 394 case StokesreconditioningEnum : return "Stokesreconditioning"; 392 395 case LowerelementsEnum : return "Lowerelements"; 393 case HeatcapacityEnum : return "Heatcapacity";394 case LatentheatEnum : return "Latentheat";395 case ThermalconductivityEnum : return "Thermalconductivity";396 case MeltingpointEnum : return "Meltingpoint";397 396 case DhdtEnum : return "Dhdt"; 398 397 case IsprognosticEnum : return "Isprognostic";
Note:
See TracChangeset
for help on using the changeset viewer.