Skip to content
Snippets Groups Projects
Commit 6cd16d80 authored by Owen Arnold's avatar Owen Arnold
Browse files

refs #1624 Modifications for GCC compatibility. Additional test for DynamicRebinningXML.

parent 41b71178
No related branches found
No related tags found
No related merge requests found
...@@ -331,8 +331,7 @@ public: ...@@ -331,8 +331,7 @@ public:
void testExecute() void testExecute()
{ {
using namespace Mantid::MDDataObjects; using namespace Mantid::MDDataObjects;
std::string xin;
std::cin >> xin;
MDWorkspace_sptr baseWs = MDWorkspace_sptr(constructMDWorkspace()); MDWorkspace_sptr baseWs = MDWorkspace_sptr(constructMDWorkspace());
AnalysisDataService::Instance().add("Input", baseWs); AnalysisDataService::Instance().add("Input", baseWs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment