From 11368fd55760b98b7cc607f36774ead17da5e919 Mon Sep 17 00:00:00 2001 From: Alex Buts Date: Wed, 29 Oct 2014 10:00:45 +0000 Subject: [PATCH] refs #10384 Typing error --- Code/Mantid/Framework/Algorithms/src/BackgroundHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/Algorithms/src/BackgroundHelper.cpp b/Code/Mantid/Framework/Algorithms/src/BackgroundHelper.cpp index 39d620c2003d..d35d0a1de9ec 100644 --- a/Code/Mantid/Framework/Algorithms/src/BackgroundHelper.cpp +++ b/Code/Mantid/Framework/Algorithms/src/BackgroundHelper.cpp @@ -95,7 +95,7 @@ namespace Mantid double delta(std::numeric_limits::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