Skip to content
Snippets Groups Projects
Commit d5a2ff85 authored by Alice Russell's avatar Alice Russell
Browse files

Correct changed parameter

parent 1908ef2a
Branches revert_changed_parameters
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ public:
bool &ok) {
auto base = ChebfunBase::bestFitAnyTolerance(lBound, rBound, *this, P, A,
1e-4, 129, 1.0);
1.0, 1e-4, 129);
ok = bool(base);
if (!base) {
base = boost::make_shared<ChebfunBase>(10, lBound, rBound, 1e-4);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment