Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs =================================================================== diff -u -rbf42d7f7a0afd26840ae4bbecd47ab417b2c4915 -racb45246d666b955705c808a110fa23f4e650a5c --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision bf42d7f7a0afd26840ae4bbecd47ab417b2c4915) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision acb45246d666b955705c808a110fa23f4e650a5c) @@ -725,7 +725,7 @@ calculation, context.FailureMechanism, context.AssessmentSection), - new StructuresOutputContext(calculation, context.AssessmentSection) + new HeightStructuresOutputContext(calculation, context.FailureMechanism, context.AssessmentSection) }; }