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
e659779c
Commit
e659779c
authored
9 years ago
by
Peterson, Peter
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/release-v3.6.0'
parents
ac7d6d68
0a00ffc2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Framework/Algorithms/inc/MantidAlgorithms/PerformIndexOperations.h
+1
-3
1 addition, 3 deletions
.../Algorithms/inc/MantidAlgorithms/PerformIndexOperations.h
Framework/Algorithms/src/PerformIndexOperations.cpp
+1
-8
1 addition, 8 deletions
Framework/Algorithms/src/PerformIndexOperations.cpp
with
2 additions
and
11 deletions
Framework/Algorithms/inc/MantidAlgorithms/PerformIndexOperations.h
+
1
−
3
View file @
e659779c
...
...
@@ -3,7 +3,6 @@
#include
"MantidKernel/System.h"
#include
"MantidAPI/DataProcessorAlgorithm.h"
#include
"MantidAPI/DeprecatedAlgorithm.h"
namespace
Mantid
{
namespace
Algorithms
{
...
...
@@ -32,8 +31,7 @@ namespace Algorithms {
File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class
DLLExport
PerformIndexOperations
:
public
API
::
DataProcessorAlgorithm
,
public
API
::
DeprecatedAlgorithm
{
class
DLLExport
PerformIndexOperations
:
public
API
::
DataProcessorAlgorithm
{
public:
PerformIndexOperations
();
virtual
~
PerformIndexOperations
();
...
...
This diff is collapsed.
Click to expand it.
Framework/Algorithms/src/PerformIndexOperations.cpp
+
1
−
8
View file @
e659779c
...
...
@@ -258,9 +258,7 @@ DECLARE_ALGORITHM(PerformIndexOperations)
//------------------------------------------------------------------------------
/** Constructor
*/
PerformIndexOperations
::
PerformIndexOperations
()
{
useAlgorithm
(
"GroupDetectors"
,
2
);
}
PerformIndexOperations
::
PerformIndexOperations
()
{}
//------------------------------------------------------------------------------
/** Destructor
...
...
@@ -340,11 +338,6 @@ VecCommands interpret(const std::string &processingInstructions) {
/** Execute the algorithm.
*/
void
PerformIndexOperations
::
exec
()
{
g_log
.
error
(
"PerformIndexOperations has been deprecated. It will be "
"removed in the next release of Mantid. The same functionality "
"is provided by GroupDetectors-v2. Its GroupingPattern "
"property accepts the same syntax as PerformIndexOperations' "
"ProcessingInstructions property."
);
MatrixWorkspace_sptr
inputWorkspace
=
this
->
getProperty
(
"InputWorkspace"
);
const
std
::
string
processingInstructions
=
this
->
getProperty
(
"ProcessingInstructions"
);
...
...
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