Index: Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs =================================================================== diff -u -r0b299af3d5f6cc45062d17b78316c8e73a306344 -rb44bee77c8e1e8d1e92168b7b42edd2eff8c9689 --- Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision 0b299af3d5f6cc45062d17b78316c8e73a306344) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision b44bee77c8e1e8d1e92168b7b42edd2eff8c9689) @@ -126,7 +126,6 @@ { var clone = (StructuresInputBase) base.Clone(); - clone.modelFactorSuperCriticalFlow = (NormalDistribution) ModelFactorSuperCriticalFlow.Clone(); clone.allowedLevelIncreaseStorage = (LogNormalDistribution) AllowedLevelIncreaseStorage.Clone(); clone.storageStructureArea = (VariationCoefficientLogNormalDistribution) StorageStructureArea.Clone(); clone.flowWidthAtBottomProtection = (LogNormalDistribution) FlowWidthAtBottomProtection.Clone();