Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs =================================================================== diff -u -r6949918830314633db5cc8c16bb2188779fffc93 -rbf42d7f7a0afd26840ae4bbecd47ab417b2c4915 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 6949918830314633db5cc8c16bb2188779fffc93) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision bf42d7f7a0afd26840ae4bbecd47ab417b2c4915) @@ -109,7 +109,7 @@ (context, filePath) => new HeightStructuresCalculationConfigurationImporter( filePath, context.WrappedData, - context.AvailableHydraulicBoundaryLocations, + context.AssessmentSection.HydraulicBoundaryDatabase.Locations, context.AvailableForeshoreProfiles, context.AvailableStructures, context.FailureMechanism)); @@ -725,7 +725,7 @@ calculation, context.FailureMechanism, context.AssessmentSection), - new StructuresOutputContext(calculation) + new StructuresOutputContext(calculation, context.AssessmentSection) }; }