Skip to content

Commit

Permalink
Fix unit test failure.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Dec 8, 2024
1 parent 4426f6d commit 3870508
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3870508

Please sign in to comment.