Skip to content

Commit

Permalink
refs #10384 Typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Oct 29, 2014
1 parent 39487eb commit 11368fd
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 @@ -95,7 +95,7 @@ namespace Mantid
double delta(std::numeric_limits<double>::quiet_NaN());
// clone unit conversion to avoid multithreading issues
auto unitConv = m_WSUnit->clone();
unitCong->initialize(m_L1, L2,twoTheta, m_Emode, m_Efix,delta);
unitConv->initialize(m_L1, L2,twoTheta, m_Emode, m_Efix,delta);
double tof1 = unitConv->singleToTOF(XValues[0]);
for(size_t i=0;i<y_data.size();i++)
{
Expand Down

0 comments on commit 11368fd

Please sign in to comment.