Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Calculator/IWaveConditionsCosineCalculator.cs
===================================================================
diff -u -r1b0460d5f81926d0366ab10e4b0e9f6d75809c71 -r9b92b0800fb589b1964b6e97e2d82a1765d3e6ad
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Calculator/IWaveConditionsCosineCalculator.cs (.../IWaveConditionsCosineCalculator.cs) (revision 1b0460d5f81926d0366ab10e4b0e9f6d75809c71)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Calculator/IWaveConditionsCosineCalculator.cs (.../IWaveConditionsCosineCalculator.cs) (revision 9b92b0800fb589b1964b6e97e2d82a1765d3e6ad)
@@ -27,8 +27,8 @@
/// Interface for a calculator which calculates values for a wave at a water level.
/// These are used in different failure mechanisms as input.
///
- public interface IWaveConditionsCosineCalculator {
-
+ public interface IWaveConditionsCosineCalculator
+ {
///
/// Gets the height of the wave.
///
@@ -43,13 +43,8 @@
/// Gets the peak period of the wave.
///
double WavePeakPeriod { get; }
-
+
///
- /// Gets the content of the output file generated during the Hydra-Ring calculation.
- ///
- string OutputFileContent { get; }
-
- ///
/// Performs the actual calculation by running the Hydra-Ring executable.
///
/// The which contains all the necessary input