From 5aed2cb9b182f60b9f5e1ba6b7235c54e1f3d30e Mon Sep 17 00:00:00 2001 From: "Christian P. V. Christoffersen" <88783438+br-cpvc@users.noreply.github.com> Date: Tue, 6 Sep 2022 09:51:19 +0200 Subject: [PATCH] added missing end parenthesis to Atropos' use-euclidean-distance parameter documentaion --- Examples/Atropos.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Atropos.cxx b/Examples/Atropos.cxx index bc0d7ac63..4e9c59717 100644 --- a/Examples/Atropos.cxx +++ b/Examples/Atropos.cxx @@ -1501,7 +1501,7 @@ AtroposInitializeCommandLineOptions(itk::ants::CommandLineParser * parser) std::string("Alternatively, propagation of the labels with the ") + std::string("fast marching filter respects the distance along the ") + std::string("shape of the mask (e.g. the sinuous sulci and gyri ") + - std::string("of the cortex."); + std::string("of the cortex)."); OptionType::Pointer option = OptionType::New(); option->SetLongName("use-euclidean-distance");