Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
edf16adf
Commit
edf16adf
authored
10 years ago
by
Nick Draper
Browse files
Options
Downloads
Patches
Plain Diff
re #9645 deprecate algorithm
parent
5fc85d94
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/SANSDirectBeamScaling.h
+3
-2
3 additions, 2 deletions
...k/Algorithms/inc/MantidAlgorithms/SANSDirectBeamScaling.h
with
3 additions
and
2 deletions
Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/SANSDirectBeamScaling.h
+
3
−
2
View file @
edf16adf
...
...
@@ -5,6 +5,7 @@
// Includes
//----------------------------------------------------------------------
#include
"MantidAPI/Algorithm.h"
#include
"MantidAPI/DeprecatedAlgorithm.h"
namespace
Mantid
{
...
...
@@ -32,11 +33,11 @@ namespace Algorithms
File change history is stored at: <https://github.com/mantidproject/mantid>
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:
/// (Empty) Constructor
SANSDirectBeamScaling
()
:
API
::
Algorithm
()
{}
SANSDirectBeamScaling
()
:
API
::
Algorithm
()
{
deprecatedDate
(
"2014-06-12"
);
}
/// Virtual destructor
virtual
~
SANSDirectBeamScaling
()
{}
/// Algorithm's name
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment