Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs =================================================================== diff -u -r357925a9ba2aebce58a9e03e620c6d470323672f -r493f5782760f6e8a65213bbbce141be20751e7c1 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 357925a9ba2aebce58a9e03e620c6d470323672f) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 493f5782760f6e8a65213bbbce141be20751e7c1) @@ -722,7 +722,7 @@ if (context.WrappedData.HasOutput) { - childNodes.Add(context.WrappedData.Output); + childNodes.Add(new StructuresOutputContext(context.WrappedData)); } else {