Ticket #1790 (closed)
Add Deprecation Mechanism for algorithms
Reported by: | Nick Draper | Owned by: | Nick Draper |
---|---|---|---|
Priority: | major | Milestone: | Iteration 26 |
Component: | Mantid | Keywords: | |
Cc: | campbellsi@… | Blocked By: | |
Blocking: | Tester: |
Description
Add a method of the Algorithm base class
Void Deprecate (std::string newAlgorithm)
It should log a message at warning level that this algorithm is deprecated and all usage should be changed to newAlgorithm.
Usage Add the Deprecate command as the first line in Exec.
Change History
Note: See
TracTickets for help on using
tickets.
duplicate of #1789