Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Plugin/ClosingStructuresPlugin.cs =================================================================== diff -u -rbf42d7f7a0afd26840ae4bbecd47ab417b2c4915 -racb45246d666b955705c808a110fa23f4e650a5c --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Plugin/ClosingStructuresPlugin.cs (.../ClosingStructuresPlugin.cs) (revision bf42d7f7a0afd26840ae4bbecd47ab417b2c4915) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Plugin/ClosingStructuresPlugin.cs (.../ClosingStructuresPlugin.cs) (revision acb45246d666b955705c808a110fa23f4e650a5c) @@ -713,7 +713,7 @@ calculation, context.FailureMechanism, context.AssessmentSection), - new StructuresOutputContext(calculation, context.AssessmentSection) + new ClosingStructuresOutputContext(calculation, context.FailureMechanism, context.AssessmentSection) }; }