Skip to content

Commit

Permalink
Re #4158. Fixing errors now
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Apr 4, 2012
1 parent 1906c9e commit 27ee20c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void Muon_ExpDecayOscTest::functionLocal(double* out, const double* xValues, con
out[i] = gA0*exp(-gs*xValues[i])*cos(2*3.1415926536*gf*xValues[i]+gphi);
}
}
void Muon_ExpDecayOscTest::functionDeriv(API::FunctionDomain& domain, API::Jacobian& out)
void Muon_ExpDecayOscTest::functionDeriv(const API::FunctionDomain& domain, API::Jacobian& out)
{
calNumericalDeriv(domain, out);
}
Expand Down

0 comments on commit 27ee20c

Please sign in to comment.