Index: Riskeer/Common/src/Riskeer.Common.Data/DikeProfiles/DikeProfile.cs
===================================================================
diff -u -r96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/Common/src/Riskeer.Common.Data/DikeProfiles/DikeProfile.cs (.../DikeProfile.cs) (revision 96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a)
+++ Riskeer/Common/src/Riskeer.Common.Data/DikeProfiles/DikeProfile.cs (.../DikeProfile.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -123,7 +123,7 @@
}
///
- /// Gets or the orientation of the dike profile geometry with respect to North
+ /// Gets or the orientation of the dike profile geometry with respect to the North
/// in degrees. A positive value equals a clockwise rotation.
///
public RoundedDouble Orientation
Index: Riskeer/Common/src/Riskeer.Common.Data/DikeProfiles/ForeshoreProfile.cs
===================================================================
diff -u -r96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/Common/src/Riskeer.Common.Data/DikeProfiles/ForeshoreProfile.cs (.../ForeshoreProfile.cs) (revision 96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a)
+++ Riskeer/Common/src/Riskeer.Common.Data/DikeProfiles/ForeshoreProfile.cs (.../ForeshoreProfile.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -104,7 +104,7 @@
public double X0 { get; private set; }
///
- /// Gets the orientation of the foreshore profile geometry with respect to North
+ /// Gets the orientation of the foreshore profile geometry with respect to the North
/// in degrees. A positive value equals a clockwise rotation.
///
public RoundedDouble Orientation { get; private set; }
Index: Riskeer/Common/src/Riskeer.Common.Data/StructureBase.cs
===================================================================
diff -u -r96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/Common/src/Riskeer.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision 96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a)
+++ Riskeer/Common/src/Riskeer.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -78,7 +78,7 @@
public Point2D Location { get; private set; }
///
- /// Gets the orientation of the structure, relative to north.
+ /// Gets the orientation of the structure, relative to the North.
/// [degrees]
///
public RoundedDouble StructureNormalOrientation { get; private set; }
@@ -172,7 +172,7 @@
public Point2D Location { internal get; set; }
///
- /// Gets or sets the orientation of the structure, relative to north.
+ /// Gets or sets the orientation of the structure, relative to the North.
/// [degrees]
///
public RoundedDouble StructureNormalOrientation
Index: Riskeer/Common/src/Riskeer.Common.IO/DikeProfiles/DikeProfileData.cs
===================================================================
diff -u -r96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/Common/src/Riskeer.Common.IO/DikeProfiles/DikeProfileData.cs (.../DikeProfileData.cs) (revision 96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a)
+++ Riskeer/Common/src/Riskeer.Common.IO/DikeProfiles/DikeProfileData.cs (.../DikeProfileData.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -46,7 +46,7 @@
public string Id { get; set; }
///
- /// Gets or sets the orientation w.r.t. North of the dike profile.
+ /// Gets or sets the orientation with respect to the North of the dike profile.
///
public double Orientation { get; set; }
Index: Riskeer/Common/src/Riskeer.Common.IO/Structures/StructureFilesKeywords.cs
===================================================================
diff -u -r96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/Common/src/Riskeer.Common.IO/Structures/StructureFilesKeywords.cs (.../StructureFilesKeywords.cs) (revision 96ccefa48aa5c97c949f7a7858fcb4d3dc727a3a)
+++ Riskeer/Common/src/Riskeer.Common.IO/Structures/StructureFilesKeywords.cs (.../StructureFilesKeywords.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -29,7 +29,7 @@
#region Height Structure Keywords
///
- /// The orientation of the structure, relative to north.
+ /// The orientation of the structure, relative to the North.
/// [degrees]
///
public const string HeightStructureParameterKeyword1 = "KW_HOOGTE1";
@@ -93,7 +93,7 @@
public const string ClosingStructureParameterKeyword2 = "KW_BETSLUIT2";
///
- /// The orientation of the structure, relative to north.
+ /// The orientation of the structure, relative to the North.
/// [degrees]
///
public const string ClosingStructureParameterKeyword3 = "KW_BETSLUIT3";
@@ -173,7 +173,7 @@
#region Stability Point Structure Keywords
///
- /// The orientation of the structure, relative to north.
+ /// The orientation of the structure, relative to the North.
/// [degrees]
///
public const string StabilityPointStructureParameterKeyword1 = "KW_STERSTAB1";
Index: Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs
===================================================================
diff -u -rb89b71526fc179188968de4da423dd2031285666 -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs (.../GrassCoverErosionInwardsInput.cs) (revision b89b71526fc179188968de4da423dd2031285666)
+++ Riskeer/GrassCoverErosionInwards/src/Riskeer.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs (.../GrassCoverErosionInwardsInput.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -83,7 +83,7 @@
}
///
- /// Gets or sets the orientation of the dike profile geometry with respect to North
+ /// Gets or sets the orientation of the dike profile geometry with respect to the North
/// in degrees. A positive value equals a clockwise rotation.
///
/// Thrown when the new value
Index: Riskeer/HydraRing/src/Riskeer.HydraRing.Calculation/Data/HydraRingSection.cs
===================================================================
diff -u -r1d3719d151d64d0c2636e62fc3b73816d35931a4 -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/HydraRing/src/Riskeer.HydraRing.Calculation/Data/HydraRingSection.cs (.../HydraRingSection.cs) (revision 1d3719d151d64d0c2636e62fc3b73816d35931a4)
+++ Riskeer/HydraRing/src/Riskeer.HydraRing.Calculation/Data/HydraRingSection.cs (.../HydraRingSection.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -53,7 +53,7 @@
/// Gets the normal of the cross section.
///
///
- /// The normal corresponds to the angle of the straight line perpendicular to the stretch at the location of the cross section (with respect to the north).
+ /// The normal corresponds to the angle of the straight line perpendicular to the stretch at the location of the cross section (with respect to the North).
///
public double CrossSectionNormal { get; }
}
Index: Riskeer/HydraRing/src/Riskeer.HydraRing.Calculation/Data/Output/WaveConditionsCalculationOutput.cs
===================================================================
diff -u -r1d3719d151d64d0c2636e62fc3b73816d35931a4 -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/HydraRing/src/Riskeer.HydraRing.Calculation/Data/Output/WaveConditionsCalculationOutput.cs (.../WaveConditionsCalculationOutput.cs) (revision 1d3719d151d64d0c2636e62fc3b73816d35931a4)
+++ Riskeer/HydraRing/src/Riskeer.HydraRing.Calculation/Data/Output/WaveConditionsCalculationOutput.cs (.../WaveConditionsCalculationOutput.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -31,8 +31,8 @@
///
/// The calculated wave height.
/// The calculated wave peak period.
- /// The calculated wave angle with respect to the dike normal..
- /// The calculated wave direction with respect to North.
+ /// The calculated wave angle with respect to the dike normal.
+ /// The calculated wave direction with respect to the North.
public WaveConditionsCalculationOutput(double waveHeight, double wavePeakPeriod, double waveAngle, double waveDirection)
{
WaveHeight = waveHeight;
@@ -57,7 +57,7 @@
public double WaveAngle { get; }
///
- /// Gets the calculated wave direction with respect to North.
+ /// Gets the calculated wave direction with respect to the North.
///
public double WaveDirection { get; }
}
Index: Riskeer/Revetment/src/Riskeer.Revetment.Data/WaveConditionsInput.cs
===================================================================
diff -u -redf435e8cf5d61cd56b086fdc8bdfd6eee141955 -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/Revetment/src/Riskeer.Revetment.Data/WaveConditionsInput.cs (.../WaveConditionsInput.cs) (revision edf435e8cf5d61cd56b086fdc8bdfd6eee141955)
+++ Riskeer/Revetment/src/Riskeer.Revetment.Data/WaveConditionsInput.cs (.../WaveConditionsInput.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -69,7 +69,7 @@
}
///
- /// Gets or sets the orientation of the foreshore profile geometry with respect to North
+ /// Gets or sets the orientation of the foreshore profile geometry with respect to the North
/// in degrees. A positive value equals a clockwise rotation.
///
///Thrown when the value of the orientation
Index: Riskeer/Revetment/src/Riskeer.Revetment.Data/WaveConditionsOutput.cs
===================================================================
diff -u -r7491928192a7ecf23958f85fbd4669ec17085c95 -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/Revetment/src/Riskeer.Revetment.Data/WaveConditionsOutput.cs (.../WaveConditionsOutput.cs) (revision 7491928192a7ecf23958f85fbd4669ec17085c95)
+++ Riskeer/Revetment/src/Riskeer.Revetment.Data/WaveConditionsOutput.cs (.../WaveConditionsOutput.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -45,7 +45,7 @@
/// The calculated wave height.
/// The calculated wave peak period.
/// The calculated wave angle with respect to the dike normal.
- /// The calculated wave direction with respect to North.
+ /// The calculated wave direction with respect to the North.
/// The target probability.
/// The target beta (reliability).
/// The calculated probability.
@@ -102,7 +102,7 @@
public RoundedDouble WaveAngle { get; }
///
- /// Gets the calculated wave direction with respect to North.
+ /// Gets the calculated wave direction with respect to the North.
/// [deg]
///
public RoundedDouble WaveDirection { get; }
Index: Riskeer/Revetment/src/Riskeer.Revetment.IO/WaveConditions/ExportableWaveConditions.cs
===================================================================
diff -u -r7491928192a7ecf23958f85fbd4669ec17085c95 -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/Revetment/src/Riskeer.Revetment.IO/WaveConditions/ExportableWaveConditions.cs (.../ExportableWaveConditions.cs) (revision 7491928192a7ecf23958f85fbd4669ec17085c95)
+++ Riskeer/Revetment/src/Riskeer.Revetment.IO/WaveConditions/ExportableWaveConditions.cs (.../ExportableWaveConditions.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -103,7 +103,7 @@
public RoundedDouble WaveAngle { get; }
///
- /// Gets the wave direction with respect to North.
+ /// Gets the wave direction with respect to the North.
///
public RoundedDouble WaveDirection { get; }
Index: Riskeer/Revetment/src/Riskeer.Revetment.Service/WaveConditionsOutputFactory.cs
===================================================================
diff -u -rf20e628ec8fecc23f49aa24ba385d424322c1221 -r009170d4ac40a46b308e398765ff33c1a037fad1
--- Riskeer/Revetment/src/Riskeer.Revetment.Service/WaveConditionsOutputFactory.cs (.../WaveConditionsOutputFactory.cs) (revision f20e628ec8fecc23f49aa24ba385d424322c1221)
+++ Riskeer/Revetment/src/Riskeer.Revetment.Service/WaveConditionsOutputFactory.cs (.../WaveConditionsOutputFactory.cs) (revision 009170d4ac40a46b308e398765ff33c1a037fad1)
@@ -37,8 +37,8 @@
/// The water level that was calculated for.
/// The calculated wave height.
/// The calculated wave peak period.
- /// The calculated wave angle w.r.t the dike normal.
- /// The calculated wave direction w.r.t. North.
+ /// The calculated wave angle with respect to the dike normal.
+ /// The calculated wave direction with respect to the North.
/// The target probability that was calculated for.
/// The calculated reliability.
/// The calculated convergence value.