Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresImporter.cs =================================================================== diff -u -rbdba242bf394db36636077b0652e46f32f9c9e7b -r6e717246d970bc18500da686a51f82101296ff46 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresImporter.cs (.../StabilityPointStructuresImporter.cs) (revision bdba242bf394db36636077b0652e46f32f9c9e7b) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresImporter.cs (.../StabilityPointStructuresImporter.cs) (revision 6e717246d970bc18500da686a51f82101296ff46) @@ -100,7 +100,7 @@ Location = structureLocation.Point, }; - TrySetConstructionProperty((properties, rows, key) => properties.StructureNormalOrientation = rows[key].NumericalValue, + TrySetConstructionProperty((properties, rows, key) => properties.StructureNormalOrientation = (RoundedDouble) rows[key].NumericalValue, constructionProperties, rowData, StructureFilesKeywords.StabilityPointStructureParameterKeyword1);