From 6cd16d80263baeb0ceeb92dc3d1d3b4e4d767abd Mon Sep 17 00:00:00 2001 From: Owen Arnold <owen.arnold@stfc.ac.uk> Date: Thu, 16 Dec 2010 13:46:31 +0000 Subject: [PATCH] refs #1624 Modifications for GCC compatibility. Additional test for DynamicRebinningXML. --- .../MDAlgorithms/test/DynamicRebinFromXMLAlgorithmTest.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Code/Mantid/MDAlgorithms/test/DynamicRebinFromXMLAlgorithmTest.h b/Code/Mantid/MDAlgorithms/test/DynamicRebinFromXMLAlgorithmTest.h index f1c855895fa..05ee924ebb2 100644 --- a/Code/Mantid/MDAlgorithms/test/DynamicRebinFromXMLAlgorithmTest.h +++ b/Code/Mantid/MDAlgorithms/test/DynamicRebinFromXMLAlgorithmTest.h @@ -331,8 +331,7 @@ public: void testExecute() { using namespace Mantid::MDDataObjects; - std::string xin; - std::cin >> xin; + MDWorkspace_sptr baseWs = MDWorkspace_sptr(constructMDWorkspace()); AnalysisDataService::Instance().add("Input", baseWs); -- GitLab