Skip to content

Commit 2fa59fe

Browse files
author
Glass
authored
Remove loaddspacemap (#39065)
* Remove LoadDSpacemap alg * Remove SaveDSpacemap as well * Add release note
1 parent f83a205 commit 2fa59fe

File tree

11 files changed

+1
-855
lines changed

11 files changed

+1
-855
lines changed

Framework/DataHandling/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ set(SRC_FILES
4848
src/LoadDetectorInfo.cpp
4949
src/LoadDetectorsGroupingFile.cpp
5050
src/LoadDiffCal.cpp
51-
src/LoadDspacemap.cpp
5251
src/LoadEMU.cpp
5352
src/LoadEmptyInstrument.cpp
5453
src/LoadErrorEventsNexus.cpp
@@ -171,7 +170,6 @@ set(SRC_FILES
171170
src/SaveDaveGrp.cpp
172171
src/SaveDetectorsGrouping.cpp
173172
src/SaveDiffCal.cpp
174-
src/SaveDspacemap.cpp
175173
src/SaveFITS.cpp
176174
src/SaveFocusedXYE.cpp
177175
src/SaveFullprofResolution.cpp
@@ -269,7 +267,6 @@ set(INC_FILES
269267
inc/MantidDataHandling/LoadDetectorInfo.h
270268
inc/MantidDataHandling/LoadDetectorsGroupingFile.h
271269
inc/MantidDataHandling/LoadDiffCal.h
272-
inc/MantidDataHandling/LoadDspacemap.h
273270
inc/MantidDataHandling/LoadEMU.h
274271
inc/MantidDataHandling/LoadEmptyInstrument.h
275272
inc/MantidDataHandling/LoadErrorEventsNexus.h
@@ -389,7 +386,6 @@ set(INC_FILES
389386
inc/MantidDataHandling/SaveDaveGrp.h
390387
inc/MantidDataHandling/SaveDetectorsGrouping.h
391388
inc/MantidDataHandling/SaveDiffCal.h
392-
inc/MantidDataHandling/SaveDspacemap.h
393389
inc/MantidDataHandling/SaveFITS.h
394390
inc/MantidDataHandling/SaveFocusedXYE.h
395391
inc/MantidDataHandling/SaveFullprofResolution.h
@@ -485,7 +481,6 @@ set(TEST_FILES
485481
LoadDetectorInfoTest.h
486482
LoadDetectorsGroupingFileTest.h
487483
LoadDiffCalTest.h
488-
LoadDspacemapTest.h
489484
LoadEMUauTest.h
490485
LoadEmptyInstrumentTest.h
491486
LoadErrorEventsNexusTest.h
@@ -593,7 +588,6 @@ set(TEST_FILES
593588
SaveDaveGrpTest.h
594589
SaveDetectorsGroupingTest.h
595590
SaveDiffCalTest.h
596-
SaveDspacemapTest.h
597591
SaveFITSTest.h
598592
SaveFocusedXYETest.h
599593
SaveFullprofResolutionTest.h

Framework/DataHandling/inc/MantidDataHandling/LoadDspacemap.h

Lines changed: 0 additions & 59 deletions
This file was deleted.

Framework/DataHandling/inc/MantidDataHandling/SaveDspacemap.h

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)