Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/ModelParameters.cs =================================================================== diff -u -r1974 -r2494 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/ModelParameters.cs (.../ModelParameters.cs) (revision 1974) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/ModelParameters.cs (.../ModelParameters.cs) (revision 2494) @@ -26,15 +26,11 @@ public class ModelParameters { public double TrafficLoad { get; set; } // moved to location - public double MinimalCircleDepth { get; set; } // to be moved to location - 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 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();