Skip to content

Commit

Permalink
refs #8060 Typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 30, 2014
1 parent 2798867 commit 7a2ba98
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -137,7 +137,7 @@ namespace Mantid
const double Amplitude = getCurrentParameterValue(AnsatzParameters::Ampliture);
const double J_coupling = getCurrentParameterValue(AnsatzParameters::J_coupling);
std::cout<<" position: "<<point[0]<<" "<<point[1]<<" "<<point[2]<<" "<<point[3]<<std::endl;
std::cout<<" Ampliture and J_coupling "<<Ampliture<<" "<<J_coupling;
std::cout<<" Ampliture and J_coupling "<<Amplitude<<" "<<J_coupling;
// const double epssqr = eps*eps;


Expand Down

0 comments on commit 7a2ba98

Please sign in to comment.