Skip to content

Commit

Permalink
Merge release-next into ornl-next
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-builder authored Oct 1, 2024
2 parents 0042a73 + a931470 commit bfe5f45
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 489 deletions.
5 changes: 1 addition & 4 deletions Framework/Crystal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ set(SRC_FILES
src/SortPeaksWorkspace.cpp
src/StatisticsOfPeaksWorkspace.cpp
src/TransformHKL.cpp
src/RotateSampleShape.cpp
)

set(INC_FILES
Expand Down Expand Up @@ -152,7 +151,6 @@ set(INC_FILES
inc/MantidCrystal/SortPeaksWorkspace.h
inc/MantidCrystal/StatisticsOfPeaksWorkspace.h
inc/MantidCrystal/TransformHKL.h
inc/MantidCrystal/RotateSampleShape.h
)

set(TEST_FILES
Expand Down Expand Up @@ -225,7 +223,6 @@ set(TEST_FILES
SortPeaksWorkspaceTest.h
StatisticsOfPeaksWorkspaceTest.h
TransformHKLTest.h
RotateSampleShapeTest.h
)

if(COVERAGE)
Expand Down Expand Up @@ -261,7 +258,7 @@ include_directories(inc)
target_link_libraries(
Crystal
PUBLIC Mantid::API Mantid::Geometry Mantid::Kernel
PRIVATE Mantid::DataObjects Mantid::Indexing Mantid::DataHandling
PRIVATE Mantid::DataObjects Mantid::Indexing
)

# Add the unit tests directory
Expand Down
53 changes: 0 additions & 53 deletions Framework/Crystal/inc/MantidCrystal/RotateSampleShape.h

This file was deleted.

165 changes: 0 additions & 165 deletions Framework/Crystal/src/RotateSampleShape.cpp

This file was deleted.

Loading

0 comments on commit bfe5f45

Please sign in to comment.