Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/ModelParameters.cs =================================================================== diff -u -r877 -r1116 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/ModelParameters.cs (.../ModelParameters.cs) (revision 877) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/ModelParameters.cs (.../ModelParameters.cs) (revision 1116) @@ -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 @@ -65,7 +65,7 @@ } } - public class ModelParametersForPLLines + public class ModelParametersForPlLines { public virtual double PenetrationLength { get; set; } public virtual double DampingFactorPL3 { get; set; }