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

tracked down the other non stndard deprecation message

re #15261
parent d35f2919
No related merge requests found
...@@ -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");
......
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