vtk-m/vtkm/testing
Kenneth Moreland b270438fea Prevent warning about divide by zero.
The test_equal method compares the ratio of the two values to decide if
they are close enough. Although there is a previous check to make sure
that neither value is too close to zero, the MSVC sometimes gives a
warning because it cannot trace the flow of the check. Add another
conditional (that will never actually be executed) to check a second time
that we never divide by 0.
2015-07-28 09:52:04 -06:00
..
CMakeLists.txt Add basic vector analysis methods. 2015-07-07 14:25:58 -06:00
OptionParser.h Fix a couple of conversion warnings in OptionParser for testing. 2015-06-10 13:58:26 -06:00
Testing.h Prevent warning about divide by zero. 2015-07-28 09:52:04 -06:00
TestingMath.h Add component-wise Min/Max methods for Vec classes. 2015-07-22 13:27:44 -04:00
UnitTestExtent.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestListTag.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestMath.cxx Add CUDA math test 2015-06-25 13:54:24 -06:00
UnitTestMatrix.cxx Remove cast warnings in UnitTestMatrix. 2015-07-07 09:54:19 -06:00
UnitTestPair.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTesting.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTypeListTag.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTypes.cxx Enable the Vec negate operator only if the component is negatable. 2015-06-30 14:55:16 -06:00
UnitTestTypeTraits.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestVectorAnalysis.cxx Add basic vector analysis methods. 2015-07-07 14:25:58 -06:00
UnitTestVecTraits.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
VecTraitsTests.h Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00