Skip to content

Commit

Permalink
Merge pull request #1421 from br-cpvc/upstream_20220906_0930
Browse files Browse the repository at this point in the history
DOC: added missing end parenthesis to Atropos documentation string
  • Loading branch information
cookpa authored Sep 7, 2022
2 parents 5e757c8 + 5aed2cb commit 77b8f2a
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 @@ -1521,7 +1521,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 77b8f2a

Please sign in to comment.