Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingPlugin.cs =================================================================== diff -u -r8c8285c58f677a2905127f1c3576eb7d6ea4206b -rf96e01d46f29a268ab62fc6afe5b23f311e63a39 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingPlugin.cs (.../PipingPlugin.cs) (revision 8c8285c58f677a2905127f1c3576eb7d6ea4206b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingPlugin.cs (.../PipingPlugin.cs) (revision f96e01d46f29a268ab62fc6afe5b23f311e63a39) @@ -119,7 +119,7 @@ Image = PipingFormsResources.PipingSoilProfileIcon, FileFilter = StochasticSoilModelFileFilter, IsEnabled = StochasticSoilModelImporterEnabled, - CreateFileImporter = (context, filePath) => StochasticSoilModelImporter(context, filePath, new StochasticSoilModelReplaceDataStrategy()), + CreateFileImporter = (context, filePath) => StochasticSoilModelImporter(context, filePath, new StochasticSoilModelReplaceDataStrategy(context.FailureMechanism)), VerifyUpdates = VerifyStochasticSoilModelUpdates }; }