Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/ModelParameters.cs =================================================================== diff -u -r1117 -r1122 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/ModelParameters.cs (.../ModelParameters.cs) (revision 1117) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/ModelParameters.cs (.../ModelParameters.cs) (revision 1122) @@ -30,14 +30,14 @@ public double LevelReductionInside { get; set; } // not used yet; to be moved to location public double LevelReductionOutside { get; set; } // not used yet; to be moved to location public string MapForSoilGeometries2D { get; set; } // ??? - public ModelParametersForPlLines ModelParametersForPLLines { get; set; } // to be moved to location + public ModelParametersForPlLines ModelParametersForPlLines { get; set; } // to be moved to location public ModelFactors ModelFactors { get; set; } // to be moved to location public DistributionType LayerHeightDistribution { get; set; } // to be moved to location public double LayerHeightDeviation { get; set; } // to be moved to location public ModelParameters() { - ModelParametersForPLLines = new ModelParametersForPlLines(); + ModelParametersForPlLines = new ModelParametersForPlLines(); ModelFactors = new ModelFactors { // Default values for ModelFactors in ModelParameters @@ -68,8 +68,8 @@ public class ModelParametersForPlLines { public virtual double PenetrationLength { get; set; } - public virtual double DampingFactorPL3 { get; set; } - public virtual double DampingFactorPL4 { get; set; } + public virtual double DampingFactorPl3 { get; set; } + public virtual double DampingFactorPl4 { get; set; } public virtual PlLineCreationMethod PlLineCreationMethod { get; set; } } } \ No newline at end of file