From 49b51c210c72448446575e0fc982c9c5c8b93bbe Mon Sep 17 00:00:00 2001 From: Silke Schomann Date: Thu, 22 Jun 2023 16:25:14 +0100 Subject: [PATCH] Updated MSlice SHA and release note --- docs/source/release/v6.7.0/direct_geometry.rst | 1 + scripts/ExternalInterfaces/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/release/v6.7.0/direct_geometry.rst b/docs/source/release/v6.7.0/direct_geometry.rst index 9598e3679b92..247d6b77c12c 100644 --- a/docs/source/release/v6.7.0/direct_geometry.rst +++ b/docs/source/release/v6.7.0/direct_geometry.rst @@ -46,6 +46,7 @@ MSlice Bugfixes ############ - Fixed GDOS intensity correction so that the correction is applied in the same way regardless of the rotation of the slice plot. +- Fixed the integration of GDOS cuts. - Fix for an error when saving a slice plot as a matlab file. - Warning is now omitted if a cut is taken with a higher resolution than the parent slice. This causes the appearance of missing lines between adjacent datapoints. - When taking a cut, if an intensity range is provided it is now applied to the plot y limits. diff --git a/scripts/ExternalInterfaces/CMakeLists.txt b/scripts/ExternalInterfaces/CMakeLists.txt index 8eaacd4bae79..98dad02cc39b 100644 --- a/scripts/ExternalInterfaces/CMakeLists.txt +++ b/scripts/ExternalInterfaces/CMakeLists.txt @@ -7,7 +7,7 @@ externalproject_add( mslice PREFIX ${_mslice_external_root} GIT_REPOSITORY "https://github.com/mantidproject/mslice.git" - GIT_TAG 34fd8b9aa3138d6705eacc8108e403d6ddd49620 + GIT_TAG 33876afa9ee5010d71252c9fad4f9794a3edf408 EXCLUDE_FROM_ALL 1 CONFIGURE_COMMAND "" BUILD_COMMAND ""