Skip to content

Commit

Permalink
refs #10384 Cppcheck warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Oct 29, 2014
1 parent 11368fd commit 2778a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Algorithms/src/BackgroundHelper.cpp
Expand Up @@ -83,7 +83,7 @@ namespace Mantid
const MantidVec& dataE = m_bgWs->dataX(nHist);
dtBg = (dataX[1]-dataX[0]);
IBg = dataY[0];
ErrSq= dataE[0]*dataE[0]; // Needs further clarification
//ErrSq= dataE[0]*dataE[0]; // Needs further clarification
}

try
Expand Down

0 comments on commit 2778a02

Please sign in to comment.