summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_ParallelBeamLinearKernelProjector2D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ParallelBeamLinearKernelProjector2D.cpp b/tests/test_ParallelBeamLinearKernelProjector2D.cpp
index f1fa311..a34c82c 100644
--- a/tests/test_ParallelBeamLinearKernelProjector2D.cpp
+++ b/tests/test_ParallelBeamLinearKernelProjector2D.cpp
@@ -155,7 +155,7 @@ BOOST_AUTO_TEST_CASE( testParallelBeamLinearKernelProjector2D_Rectangles )
pPix[i].m_iIndex / volGeom.getGridColCount(),
iDet,
projGeom.getProjectionAngle(0));
- BOOST_CHECK_SMALL( pPix[i].m_fWeight - fTest, 0.00037f);
+ BOOST_CHECK_SMALL( pPix[i].m_fWeight - fTest, 0.0004f);
fW += pPix[i].m_fWeight;
}