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
2b3ce516
Commit
2b3ce516
authored
9 years ago
by
Nick Draper
Browse files
Options
Downloads
Patches
Plain Diff
tracked down the other non stndard deprecation message
re #15261
parent
d35f2919
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Framework/Algorithms/src/PerformIndexOperations.cpp
+0
-5
0 additions, 5 deletions
Framework/Algorithms/src/PerformIndexOperations.cpp
with
0 additions
and
5 deletions
Framework/Algorithms/src/PerformIndexOperations.cpp
+
0
−
5
View file @
2b3ce516
...
@@ -342,11 +342,6 @@ VecCommands interpret(const std::string &processingInstructions) {
...
@@ -342,11 +342,6 @@ VecCommands interpret(const std::string &processingInstructions) {
/** Execute the algorithm.
/** Execute the algorithm.
*/
*/
void
PerformIndexOperations
::
exec
()
{
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"
);
MatrixWorkspace_sptr
inputWorkspace
=
this
->
getProperty
(
"InputWorkspace"
);
const
std
::
string
processingInstructions
=
const
std
::
string
processingInstructions
=
this
->
getProperty
(
"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