Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MacrostabilityOutwardsFailureMechanismSectionResult.cs =================================================================== diff -u -r9d7a5bd6246ec71a14f1944516d21e06954243f7 -r8767bf4def15fc3152bab00df2e7ca1c76e64b18 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MacrostabilityOutwardsFailureMechanismSectionResult.cs (.../MacrostabilityOutwardsFailureMechanismSectionResult.cs) (revision 9d7a5bd6246ec71a14f1944516d21e06954243f7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MacrostabilityOutwardsFailureMechanismSectionResult.cs (.../MacrostabilityOutwardsFailureMechanismSectionResult.cs) (revision 8767bf4def15fc3152bab00df2e7ca1c76e64b18) @@ -45,7 +45,7 @@ : base(section) { AssessmentLayerTwoA = double.NaN; - AssessmentLayerThree = (RoundedDouble)double.NaN; + AssessmentLayerThree = (RoundedDouble) double.NaN; } /// @@ -80,4 +80,4 @@ public long StorageId { get; set; } } -} +} \ No newline at end of file