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

refs #11393. Remove MDEvents namespace.

parent a8b0ade5
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
using namespace Mantid::Kernel;
using namespace Mantid::API;
using namespace Mantid::MDEvents;
using namespace Mantid::DataObjects;
// Typedef for with vector
typedef std::vector<int> WidthVector;
......
......@@ -11,7 +11,7 @@
using Mantid::MDAlgorithms::SmoothMD;
using namespace Mantid::API;
using namespace Mantid::MDEvents;
using namespace Mantid::DataObjects;
class SmoothMDTest : public CxxTest::TestSuite {
public:
......
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