Skip to content

Commit

Permalink
Remove LoadLogsFromSNSNexus and LoadSNSEventNexus re #7072
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Oct 17, 2013
1 parent 053acd2 commit e29e7b3
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 697 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <cxxtest/TestSuite.h>
#include "MantidKernel/Timer.h"
#include "MantidKernel/System.h"
#include "MantidDataHandling/LoadSNSEventNexus.h"
#include "MantidDataHandling/LoadAscii.h"
#include "MantidDataHandling/LoadInstrument.h"
#include "MantidAlgorithms/ModeratorTzeroLinear.h"
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/Algorithms/test/SumNeighboursTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "MantidAPI/AnalysisDataService.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidDataObjects/Workspace2D.h"
#include "MantidDataHandling/LoadSNSEventNexus.h"

using namespace Mantid::API;
using namespace Mantid::Geometry;
Expand Down
6 changes: 0 additions & 6 deletions Code/Mantid/Framework/DataHandling/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ set ( SRC_FILES
src/LoadLOQDistancesFromRaw.cpp
src/LoadLog.cpp
src/LoadLogsForSNSPulsedMagnet.cpp
src/LoadLogsFromSNSNexus.cpp
src/LoadMappingTable.cpp
src/LoadMask.cpp
src/LoadMcStasNexus.cpp
Expand Down Expand Up @@ -77,7 +76,6 @@ set ( SRC_FILES
src/LoadRawBin0.cpp
src/LoadRawHelper.cpp
src/LoadRawSpectrum0.cpp
src/LoadSNSEventNexus.cpp
src/LoadSNSNexus.cpp
src/LoadSNSspec.cpp
src/LoadSPE.cpp
Expand Down Expand Up @@ -176,7 +174,6 @@ set ( INC_FILES
inc/MantidDataHandling/LoadLOQDistancesFromRaw.h
inc/MantidDataHandling/LoadLog.h
inc/MantidDataHandling/LoadLogsForSNSPulsedMagnet.h
inc/MantidDataHandling/LoadLogsFromSNSNexus.h
inc/MantidDataHandling/LoadMappingTable.h
inc/MantidDataHandling/LoadMask.h
inc/MantidDataHandling/LoadMcStasNexus.h
Expand All @@ -203,7 +200,6 @@ set ( INC_FILES
inc/MantidDataHandling/LoadRawBin0.h
inc/MantidDataHandling/LoadRawHelper.h
inc/MantidDataHandling/LoadRawSpectrum0.h
inc/MantidDataHandling/LoadSNSEventNexus.h
inc/MantidDataHandling/LoadSNSNexus.h
inc/MantidDataHandling/LoadSNSspec.h
inc/MantidDataHandling/LoadSPE.h
Expand Down Expand Up @@ -300,7 +296,6 @@ set ( TEST_FILES
LoadIsawDetCalTest.h
LoadLLBTest.h
LoadLogTest.h
LoadLogsFromSNSNexusTest.h
LoadMappingTableTest.h
LoadMaskTest.h
LoadMcStasNexusTest.h
Expand All @@ -326,7 +321,6 @@ set ( TEST_FILES
LoadRawSaveNxsLoadNxsTest.h
LoadRawSpectrum0Test.h
LoadRawTest.h
LoadSNSEventNexusTest.h
LoadSNSspecTest.h
LoadSPETest.h
LoadSassenaTest.h
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e29e7b3

Please sign in to comment.