Skip to content

Commit

Permalink
Merge pull request ANTsX#1671 from ANTsX/MIClarification
Browse files Browse the repository at this point in the history
DOC:  MI clarification in logger.
  • Loading branch information
ntustison authored Jan 30, 2024
2 parents 5ab664c + 754ae6b commit 76ee033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/itkantsRegistrationHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ class RegistrationHelper final : public itk::Object
}
case MI:
{
return std::string("MI");
return std::string("JointHistogramMI");
}
case Mattes:
{
return std::string("Mattes");
return std::string("MattesMI");
}
case MeanSquares:
{
Expand Down

0 comments on commit 76ee033

Please sign in to comment.