Skip to content

Commit

Permalink
Remove some warning. Refs #5306.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Jul 6, 2012
1 parent 8f07686 commit eea67b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Code/Mantid/Framework/CurveFitting/test/LeBailFitTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ class LeBailFitTest : public CxxTest::TestSuite
// 2. Get workspace
int64_t nHist = 1;
int64_t nBins = vecX.size();
bool isHist = false;
std::set<int64_t> maskedWSIndices;
double xvalue = 1.0;
double yvalue = 0.0;
double evalue = 1.0;

API::MatrixWorkspace_sptr dataws =
boost::dynamic_pointer_cast<API::MatrixWorkspace>(
Expand Down

0 comments on commit eea67b1

Please sign in to comment.