Skip to content

Commit d78749b

Browse files
committed
Undo UnwrapMonitor deprecation
1 parent bd31d74 commit d78749b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Framework/Algorithms/inc/MantidAlgorithms/UnwrapMonitor.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#pragma once
88

99
#include "MantidAPI/Algorithm.h"
10-
#include "MantidAPI/DeprecatedAlgorithm.h"
1110
#include "MantidAlgorithms/DllConfig.h"
1211
#include "MantidHistogramData/HistogramX.h"
1312
#include "MantidKernel/cow_ptr.h"
@@ -30,7 +29,7 @@ namespace Algorithms {
3029
@author Russell Taylor, Tessella Support Services plc
3130
@date 25/07/2008
3231
*/
33-
class MANTID_ALGORITHMS_DLL UnwrapMonitor final : public API::Algorithm, public API::DeprecatedAlgorithm {
32+
class MANTID_ALGORITHMS_DLL UnwrapMonitor final : public API::Algorithm {
3433
public:
3534
UnwrapMonitor();
3635
~UnwrapMonitor() override = default;

Framework/Algorithms/src/UnwrapMonitor.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ using namespace Kernel;
2828
using namespace API;
2929

3030
/// Default constructor
31-
UnwrapMonitor::UnwrapMonitor() : m_conversionConstant(0.), m_inputWS(), m_LRef(0.), m_Tmin(0.), m_Tmax(0.), m_XSize(0) {
32-
deprecatedDate("2025-04-16");
33-
}
31+
UnwrapMonitor::UnwrapMonitor()
32+
: m_conversionConstant(0.), m_inputWS(), m_LRef(0.), m_Tmin(0.), m_Tmax(0.), m_XSize(0) {}
3433

3534
/// Initialisation method
3635
void UnwrapMonitor::init() {

docs/source/release/v6.13.0/Framework/Algorithms/Deprecated/Used/39218.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)