[ITK] [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
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php
Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-developers
More information about the Community
mailing list