From 3870508cb22a8c18456dc0d3d7b19e715d9ad092 Mon Sep 17 00:00:00 2001 From: Joey Kleingers Date: Sun, 8 Dec 2024 12:11:00 -0500 Subject: [PATCH] Fix unit test failure. Signed-off-by: Joey Kleingers --- .../src/SimplnxCore/Filters/CropEdgeGeometryFilter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/CropEdgeGeometryFilter.hpp b/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/CropEdgeGeometryFilter.hpp index e7a8bac869..662383a1f7 100644 --- a/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/CropEdgeGeometryFilter.hpp +++ b/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/CropEdgeGeometryFilter.hpp @@ -29,7 +29,7 @@ class SIMPLNXCORE_EXPORT CropEdgeGeometryFilter : public IFilter static inline constexpr StringLiteral k_SelectedEdgeGeometryPath_Key = "input_image_geometry_path"; static inline constexpr StringLiteral k_CreatedEdgeGeometryPath_Key = "output_image_geometry_path"; static inline constexpr StringLiteral k_RemoveOriginalGeometry_Key = "remove_original_geometry"; - static inline constexpr StringLiteral k_BoundaryIntersectionBehavior_Key = "boundary_intersection_behavior"; + static inline constexpr StringLiteral k_BoundaryIntersectionBehavior_Key = "boundary_intersection_behavior_index"; /** * @brief