|
17 | 17 | #include "MantidAPI/NumericAxis.h"
|
18 | 18 | #include "MantidAPI/SpectraAxis.h"
|
19 | 19 | #include "MantidAPI/SpectrumInfo.h"
|
20 |
| -#include "MantidDataHandling/LoadMuonNexus1.h" |
21 | 20 | #include "MantidDataHandling/MaskDetectors.h"
|
22 | 21 | #include "MantidDataObjects/ScanningWorkspaceBuilder.h"
|
23 | 22 | #include "MantidDataObjects/WorkspaceCreation.h"
|
|
27 | 26 | #include "MantidIndexing/IndexInfo.h"
|
28 | 27 | #include "MantidKernel/DateAndTime.h"
|
29 | 28 | #include "MantidKernel/UnitFactory.h"
|
| 29 | +#include "MantidMuon/LoadMuonNexus1.h" |
30 | 30 | #include "MantidTypes/SpectrumDefinition.h"
|
31 | 31 |
|
32 | 32 | #include <Poco/Path.h>
|
@@ -405,7 +405,7 @@ class GroupDetectors2Test : public CxxTest::TestSuite {
|
405 | 405 | }
|
406 | 406 |
|
407 | 407 | void testReadingFromXML() {
|
408 |
| - Mantid::DataHandling::LoadMuonNexus1 nxLoad; |
| 408 | + Mantid::Algorithms::LoadMuonNexus1 nxLoad; |
409 | 409 | nxLoad.initialize();
|
410 | 410 |
|
411 | 411 | // Now set required filename and output workspace name
|
@@ -444,7 +444,7 @@ class GroupDetectors2Test : public CxxTest::TestSuite {
|
444 | 444 | }
|
445 | 445 |
|
446 | 446 | void testReadingFromXMLCheckDuplicateIndex() {
|
447 |
| - Mantid::DataHandling::LoadMuonNexus1 nxLoad; |
| 447 | + Mantid::Algorithms::LoadMuonNexus1 nxLoad; |
448 | 448 | nxLoad.initialize();
|
449 | 449 |
|
450 | 450 | // Now set required filename and output workspace name
|
@@ -483,7 +483,7 @@ class GroupDetectors2Test : public CxxTest::TestSuite {
|
483 | 483 | }
|
484 | 484 |
|
485 | 485 | void testReadingFromXMLCheckDublicateIndex2() {
|
486 |
| - Mantid::DataHandling::LoadMuonNexus1 nxLoad; |
| 486 | + Mantid::Algorithms::LoadMuonNexus1 nxLoad; |
487 | 487 | nxLoad.initialize();
|
488 | 488 |
|
489 | 489 | // Now set required filename and output workspace name
|
|
0 commit comments