Skip to content

Commit 5962c8c

Browse files
committed
QPR-13287 fix
1 parent a33bcd4 commit 5962c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/termstructures/globalbootstrap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void MultiCurveBootstrap::runMultiCurveBootstrap() {
101101
return result;
102102
};
103103

104-
SimpleCostFunction<decltype(fn)> costFunction(fn, 1E-8);
104+
SimpleCostFunction<decltype(fn)> costFunction(fn);
105105
NoConstraint noConstraint;
106106
Problem problem(costFunction, noConstraint, guess);
107107
EndCriteria::Type endType = optimizer_->minimize(problem, *endCriteria_);

0 commit comments

Comments
 (0)