From e5dcfebb62a0ed1c83c370a75bf4d34f59288fc9 Mon Sep 17 00:00:00 2001 From: Tim Siebert Date: Thu, 7 Nov 2024 09:40:02 +0100 Subject: [PATCH] reduce the number of contiguous blocks to 5 --- ADOL-C/boost-test/traceFixedPointScalarTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADOL-C/boost-test/traceFixedPointScalarTests.cpp b/ADOL-C/boost-test/traceFixedPointScalarTests.cpp index d862e7bd..9b739157 100644 --- a/ADOL-C/boost-test/traceFixedPointScalarTests.cpp +++ b/ADOL-C/boost-test/traceFixedPointScalarTests.cpp @@ -76,7 +76,7 @@ static double traceNewtonForSquareRoot(int tapeNumber, int subTapeNumber, double */ BOOST_AUTO_TEST_CASE(NewtonScalarFixedPoint_zos_forward) { - ensureContiguousLocations(100); + ensureContiguousLocations(5); // Compute the square root of 2.0 const double argument[1] = {2.0}; double out = traceNewtonForSquareRoot(1, // tape number