Skip to content

Commit

Permalink
Fix unit test on Win7. Refs #5779.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Nov 3, 2012
1 parent 791471d commit ae7a035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/CurveFitting/test/LeBailFitTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ class LeBailFitTest : public CxxTest::TestSuite
paramvaluemap.insert(std::make_pair("Gam2", 0 ));
paramvaluemap.insert(std::make_pair("Profile", 10 ));
paramvaluemap.insert(std::make_pair("Sig0", 0 ));
paramvaluemap.insert(std::make_pair("Sig1", sqrt(10) ));
paramvaluemap.insert(std::make_pair("Sig1", sqrt(10.0) ));
paramvaluemap.insert(std::make_pair("Sig2", sqrt(15.48) ));
paramvaluemap.insert(std::make_pair("Tcross", 0.25 ));
paramvaluemap.insert(std::make_pair("Width", 5.8675 ));
Expand Down

0 comments on commit ae7a035

Please sign in to comment.