Skip to content
Snippets Groups Projects
Commit ad05ecbf authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: missing itk macro

parent 8f76d1d9
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ SamplerBase::SetRate(double rate, unsigned long total)
") will be clamped to 0.0" << std::endl);
rateChecked = 0.0;
}
if (itk::Math::NotAlmostEquals(m_Rate, rateChecked))
if (!itk::Math::AlmostEquals(m_Rate, rateChecked))
{
m_Rate = rateChecked;
modified = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment