[ITK-dev] New math comparison methods

Bill Lorensen bill.lorensen at gmail.com
Tue Aug 18 11:42:46 EDT 2015


Folks,

It is hard for me see see why the new math comparison operators are
used for statements like this one in Core/Common/test/
itkDerivativeOperatorTest

    if( itk::Math::NotAlmostEquals( expected.size(), coefficients.size() ) )
instead of the original:
    if( expected.size() != coefficients.size() )

Can we revisit this topic?

Bill


More information about the Insight-developers mailing list