Skip to content
Snippets Groups Projects
Unverified Commit 8da0c540 authored by Gagik Vardanyan's avatar Gagik Vardanyan Committed by GitHub
Browse files

Merge pull request #26815 from mantidproject/revert_changed_parameters

Revert changed input parameters
parents 70566929 d5a2ff85
No related branches found
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