Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs
===================================================================
diff -u -r24942d5d831cb0d67336dd9d5506a4a23cf099f5 -re649822ccb64af259adda08b8aa096bf08bf1a87
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs (.../WaveHeightLocationContext.cs) (revision 24942d5d831cb0d67336dd9d5506a4a23cf099f5)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/WaveHeightLocationContext.cs (.../WaveHeightLocationContext.cs) (revision e649822ccb64af259adda08b8aa096bf08bf1a87)
@@ -33,10 +33,13 @@
///
/// Creates a new instance of .
///
- /// The which the belongs to.
- /// Thrown when
- /// is null.
- public WaveHeightLocationContext(HydraulicBoundaryLocation hydraulicBoundaryLocation)
- : base(hydraulicBoundaryLocation) {}
+ /// The which the
+ /// belongs to.
+ /// for obtaining a
+ /// based on .
+ /// Thrown when any input parameter is null.
+ public WaveHeightLocationContext(HydraulicBoundaryLocation hydraulicBoundaryLocation,
+ Func getCalculationFunc)
+ : base(hydraulicBoundaryLocation, getCalculationFunc) {}
}
}
\ No newline at end of file