Skip to content

Commit

Permalink
added missing end parenthesis to Atropos' use-euclidean-distance para…
Browse files Browse the repository at this point in the history
…meter documentaion
  • Loading branch information
br-cpvc committed Sep 6, 2022
1 parent e043d8a commit 5aed2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Atropos.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 5aed2cb

Please sign in to comment.