Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresCalculation.cs
===================================================================
diff -u -r7f4ee0fa245a18426c81c11c8f9ea18e73e42d07 -rea180de6e9f5ba1108b4ff3cf7bb7e57de72a37a
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresCalculation.cs (.../HeightStructuresCalculation.cs) (revision 7f4ee0fa245a18426c81c11c8f9ea18e73e42d07)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresCalculation.cs (.../HeightStructuresCalculation.cs) (revision ea180de6e9f5ba1108b4ff3cf7bb7e57de72a37a)
@@ -19,7 +19,6 @@
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
-using System;
using Core.Common.Base;
using Core.Common.Base.Data;
using Ringtoets.Common.Data.Calculation;
@@ -36,10 +35,7 @@
///
/// Creates a new instance of .
///
- /// General height structures calculation input parameters
- /// that apply to each calculation.
- /// Thrown when is null.
- public HeightStructuresCalculation(GeneralHeightStructuresInput generalInputParameters)
+ public HeightStructuresCalculation()
{
InputParameters = new HeightStructuresInput();
Name = Resources.HeightStructuresCalculation_DefaultName;