Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.CalculatedInput/WaternetCalculationException.cs
===================================================================
diff -u -rd2c7d08b8a0b896ce33582cd9e67efe2a59d06da -r838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.CalculatedInput/WaternetCalculationException.cs (.../WaternetCalculationException.cs) (revision d2c7d08b8a0b896ce33582cd9e67efe2a59d06da)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.CalculatedInput/WaternetCalculationException.cs (.../WaternetCalculationException.cs) (revision 838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c)
@@ -25,7 +25,7 @@
namespace Riskeer.MacroStabilityInwards.CalculatedInput
{
///
- /// Exception thrown when something went wrong while performing the waternet calculation.
+ /// Exception thrown when something went wrong while performing the Waternet calculation.
///
[Serializable]
public class WaternetCalculationException : Exception
Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Data/DerivedMacroStabilityInwardsInput.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -r838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Data/DerivedMacroStabilityInwardsInput.cs (.../DerivedMacroStabilityInwardsInput.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Data/DerivedMacroStabilityInwardsInput.cs (.../DerivedMacroStabilityInwardsInput.cs) (revision 838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c)
@@ -32,12 +32,12 @@
public static class DerivedMacroStabilityInwardsInput
{
///
- /// Gets the calculated waternet for extreme circumstances.
+ /// Gets the calculated Waternet for extreme circumstances.
///
- /// The input to calculate the waternet for.
+ /// The input to calculate the Waternet for.
/// The assessment level at stake.
/// Thrown when is null.
- /// Returns the corresponding derived waternet value.
+ /// Returns the corresponding derived Waternet value.
public static MacroStabilityInwardsWaternet GetWaternetExtreme(MacroStabilityInwardsInput input, RoundedDouble assessmentLevel)
{
if (input == null)
@@ -52,11 +52,11 @@
}
///
- /// Gets the calculated waternet for daily circumstances.
+ /// Gets the calculated Waternet for daily circumstances.
///
- /// The input to calculate the waternet for.
+ /// The input to calculate the Waternet for.
/// Thrown when is null.
- /// Returns the corresponding derived waternet value.
+ /// Returns the corresponding derived Waternet value.
public static MacroStabilityInwardsWaternet GetWaternetDaily(MacroStabilityInwardsInput input)
{
if (input == null)
Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Factories/MacroStabilityInwardsChartDataFactory.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -r838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Factories/MacroStabilityInwardsChartDataFactory.cs (.../MacroStabilityInwardsChartDataFactory.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Factories/MacroStabilityInwardsChartDataFactory.cs (.../MacroStabilityInwardsChartDataFactory.cs) (revision 838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c)
@@ -38,7 +38,7 @@
internal static class MacroStabilityInwardsChartDataFactory
{
///
- /// Create a for waternet zones
+ /// Create a for Waternet zones
/// under extreme circumstances.
///
/// The created .
@@ -48,7 +48,7 @@
}
///
- /// Create a for waternet zones
+ /// Create a for Waternet zones
/// under daily circumstances.
///
/// The created .
@@ -58,7 +58,7 @@
}
///
- /// Create a for a waternet zone.
+ /// Create a for a Waternet zone.
///
/// The name of the zone.
/// The default visibility of the zone.
Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Factories/MacroStabilityInwardsChartDataPointsFactory.cs
===================================================================
diff -u -rae086aefd228d3bc765e9d0b4b92dae66735704b -r838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Factories/MacroStabilityInwardsChartDataPointsFactory.cs (.../MacroStabilityInwardsChartDataPointsFactory.cs) (revision ae086aefd228d3bc765e9d0b4b92dae66735704b)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Factories/MacroStabilityInwardsChartDataPointsFactory.cs (.../MacroStabilityInwardsChartDataPointsFactory.cs) (revision 838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c)
@@ -256,9 +256,9 @@
}
///
- /// Create points of the waternet zone in 2D space based on the provide .
+ /// Create points of the Waternet zone in 2D space based on the provide .
///
- /// The waternet line to create the zone for.
+ /// The Waternet line to create the zone for.
/// The that may intersect with
/// the and by doing that restricts the
/// drawn height of it.
Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaternetLineProperties.cs
===================================================================
diff -u -rfd3f51f7e86b0bbb47ec1720b889bbd9a61798d3 -r838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaternetLineProperties.cs (.../MacroStabilityInwardsWaternetLineProperties.cs) (revision fd3f51f7e86b0bbb47ec1720b889bbd9a61798d3)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaternetLineProperties.cs (.../MacroStabilityInwardsWaternetLineProperties.cs) (revision 838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c)
@@ -33,7 +33,7 @@
namespace Riskeer.MacroStabilityInwards.Forms.PropertyClasses
{
///
- /// ViewModel of waternet line properties in for properties panel.
+ /// ViewModel of Waternet line properties in for properties panel.
///
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MacroStabilityInwardsWaternetLineProperties : ObjectProperties
Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.IO/Factories/PersistableWaternetFactory.cs
===================================================================
diff -u -rb9ceec3c71d972d3d467c1520033ac48cf77b2e9 -r838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.IO/Factories/PersistableWaternetFactory.cs (.../PersistableWaternetFactory.cs) (revision b9ceec3c71d972d3d467c1520033ac48cf77b2e9)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.IO/Factories/PersistableWaternetFactory.cs (.../PersistableWaternetFactory.cs) (revision 838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c)
@@ -37,8 +37,8 @@
///
/// Creates a new collection of .
///
- /// The daily waternet to use.
- /// The extreme waternet to use.
+ /// The daily Waternet to use.
+ /// The extreme Waternet to use.
/// The factory for creating IDs.
/// The persistence registry.
/// A collection of .
Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Calculators/Waternet/Output/WaternetCalculatorResult.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -r838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Calculators/Waternet/Output/WaternetCalculatorResult.cs (.../WaternetCalculatorResult.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Calculators/Waternet/Output/WaternetCalculatorResult.cs (.../WaternetCalculatorResult.cs) (revision 838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c)
@@ -33,7 +33,7 @@
/// Creates a new instance of .
///
/// The phreatic lines.
- /// The waternet lines.
+ /// The Waternet lines.
/// Thrown when
/// or is null.
internal WaternetCalculatorResult(IEnumerable phreaticLines,
@@ -59,7 +59,7 @@
public IEnumerable PhreaticLines { get; }
///
- /// Gets the waternet lines.
+ /// Gets the Waternet lines.
///
public IEnumerable WaternetLines { get; }
}
Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Calculators/Waternet/Output/WaternetLineResult.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -r838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Calculators/Waternet/Output/WaternetLineResult.cs (.../WaternetLineResult.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Calculators/Waternet/Output/WaternetLineResult.cs (.../WaternetLineResult.cs) (revision 838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c)
@@ -26,7 +26,7 @@
namespace Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.Waternet.Output
{
///
- /// The waternet line result of a Waternet calculation.
+ /// The Waternet line result of a Waternet calculation.
///
public class WaternetLineResult
{
Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Input/MacroStabilityInputCreator.cs
===================================================================
diff -u -r55efc50f9a145502bdb4c68852b32d0ae8916ca5 -r838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Input/MacroStabilityInputCreator.cs (.../MacroStabilityInputCreator.cs) (revision 55efc50f9a145502bdb4c68852b32d0ae8916ca5)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Creators/Input/MacroStabilityInputCreator.cs (.../MacroStabilityInputCreator.cs) (revision 838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c)
@@ -1,4 +1,4 @@
-// Copyright (C) Stichting Deltares 2019. All rights reserved.
+// Copyright (C) Stichting Deltares 2019. All rights reserved.
//
// This file is part of Riskeer.
//
@@ -138,7 +138,7 @@
}
///
- /// Creates objects based on the given input for the daily waternet calculation.
+ /// Creates objects based on the given input for the daily Waternet calculation.
///
/// The containing all the values required
/// for performing the Waternet calculation.
@@ -174,7 +174,7 @@
}
///
- /// Creates objects based on the given input for the extreme waternet calculation.
+ /// Creates objects based on the given input for the extreme Waternet calculation.
///
/// The containing all the values required
/// for performing the Waternet calculation.
@@ -210,7 +210,7 @@
}
///
- /// Creates objects based on the given input for the waternet calculation.
+ /// Creates objects based on the given input for the Waternet calculation.
///
/// The containing all the values required
/// for performing the Waternet calculation.
Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Primitives/MacroStabilityInwardsWaternet.cs
===================================================================
diff -u -rd786814eb47687382a96e596b2fc8fa04ccb22f6 -r838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Primitives/MacroStabilityInwardsWaternet.cs (.../MacroStabilityInwardsWaternet.cs) (revision d786814eb47687382a96e596b2fc8fa04ccb22f6)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Primitives/MacroStabilityInwardsWaternet.cs (.../MacroStabilityInwardsWaternet.cs) (revision 838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c)
@@ -26,7 +26,7 @@
namespace Riskeer.MacroStabilityInwards.Primitives
{
///
- /// The waternet created by the Waternet calculator in the derived
+ /// The Waternet created by the Waternet calculator in the derived
/// macro stability inwards calculation input.
///
public class MacroStabilityInwardsWaternet
@@ -61,7 +61,7 @@
public IEnumerable PhreaticLines { get; }
///
- /// Gets the collection of waternet lines.
+ /// Gets the collection of Waternet lines.
///
public IEnumerable WaternetLines { get; }
Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Primitives/MacroStabilityInwardsWaternetLine.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -r838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c
--- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Primitives/MacroStabilityInwardsWaternetLine.cs (.../MacroStabilityInwardsWaternetLine.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Primitives/MacroStabilityInwardsWaternetLine.cs (.../MacroStabilityInwardsWaternetLine.cs) (revision 838734d6ff0b1fcc80b430fc3e51dd4dea3b7b9c)
@@ -27,16 +27,16 @@
namespace Riskeer.MacroStabilityInwards.Primitives
{
///
- /// The waternet line created by the Waternet calculator in the derived
+ /// The Waternet line created by the Waternet calculator in the derived
/// macro stability inwards calculation input.
///
public class MacroStabilityInwardsWaternetLine
{
///
/// Creates a new instance of .
///
- /// The name of the waternet line.
- /// The geometry points of the waternet line.
+ /// The name of the Waternet line.
+ /// The geometry points of the Waternet line.
/// The associated phreatic line.
/// Thrown when any input argument
/// is null.
@@ -63,12 +63,12 @@
}
///
- /// Gets the name of the waternet line.
+ /// Gets the name of the Waternet line.
///
public string Name { get; }
///
- /// Gets the geometry points of the waternet line.
+ /// Gets the geometry points of the Waternet line.
///
public IEnumerable Geometry { get; }