Skip to content

Commit 1e4a054

Browse files
pcaspersjenkins
authored andcommitted
QPR-12386 fix unit test
1 parent fd8e28f commit 1e4a054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuantExt/test/computeenvironment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ BOOST_AUTO_TEST_CASE(testSimpleCalcWithDoublePrecision) {
153153

154154
BOOST_TEST_MESSAGE(" do second calc using same kernel");
155155

156-
c.initiateCalculation(n, id, 0);
156+
c.initiateCalculation(n, id, 0, settings);
157157
std::vector<double> rx2(n, dblPrecNumber);
158158
c.createInputVariable(&rx2[0]);
159159
c.createInputVariable(dblPrecNumber);

0 commit comments

Comments
 (0)