Skip to content

Commit

Permalink
Clang format.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Jan 9, 2025
1 parent 6d20a96 commit 9170860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ Parameters IdentifySampleFilter::parameters() const
params.insert(std::make_unique<ArraySelectionParameter>(k_MaskArrayPath_Key, "Mask Array", "DataPath to the mask array defining what is sample and what is not", DataPath(),
ArraySelectionParameter::AllowedTypes{nx::core::DataType::boolean, nx::core::DataType::uint8},
ArraySelectionParameter::AllowedComponentShapes{{1}}));

params.linkParameters(k_SliceBySlice_Key, k_SliceBySlicePlane_Key, true);

return params;
Expand Down

0 comments on commit 9170860

Please sign in to comment.