Skip to content

Commit

Permalink
Re #11028 Removing couts
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Feb 10, 2015
1 parent be5e56c commit 02dfc8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/Algorithms/src/RRFMuon.cpp
Expand Up @@ -113,10 +113,8 @@ double RRFMuon::unitConversionFactor(std::string uin, std::string uuser){
if ( uuser == "MHz" ) {
return 1.0;
} else if ( uuser == "Gauss" ) {
std::cout << "FACTOR " << 2.0*M_PI*0.0001 << std::endl;
return 2.0*M_PI*135.538817*0.0001;
} else if ( uuser == "Mrad/s" ) {
std::cout << "FACTOR " << 2.0*M_PI << std::endl;
return 2.0*M_PI;
} else {
throw std::runtime_error("Could not find units");
Expand Down

0 comments on commit 02dfc8e

Please sign in to comment.