Skip to content

Commit

Permalink
reduce the number of contiguous blocks to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 committed Nov 7, 2024
1 parent 9ff6e61 commit e5dcfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADOL-C/boost-test/traceFixedPointScalarTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5dcfeb

Please sign in to comment.