Skip to content
Snippets Groups Projects
Commit edf16adf authored by Nick Draper's avatar Nick Draper
Browse files

re #9645 deprecate algorithm

parent 5fc85d94
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// Includes // Includes
//---------------------------------------------------------------------- //----------------------------------------------------------------------
#include "MantidAPI/Algorithm.h" #include "MantidAPI/Algorithm.h"
#include "MantidAPI/DeprecatedAlgorithm.h"
namespace Mantid namespace Mantid
{ {
...@@ -32,11 +33,11 @@ namespace Algorithms ...@@ -32,11 +33,11 @@ namespace Algorithms
File change history is stored at: <https://github.com/mantidproject/mantid> File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org> Code Documentation is available at: <http://doxygen.mantidproject.org>
*/ */
class DLLExport SANSDirectBeamScaling : public API::Algorithm class DLLExport SANSDirectBeamScaling : public API::Algorithm, public API::DeprecatedAlgorithm
{ {
public: public:
/// (Empty) Constructor /// (Empty) Constructor
SANSDirectBeamScaling() : API::Algorithm() {} SANSDirectBeamScaling() : API::Algorithm() {deprecatedDate("2014-06-12");}
/// Virtual destructor /// Virtual destructor
virtual ~SANSDirectBeamScaling() {} virtual ~SANSDirectBeamScaling() {}
/// Algorithm's name /// Algorithm's name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment