Ticket #2333 (closed: fixed)
Change return type of Algorithm::createSubAlgorithm from to an Algorithm_sptr
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | major | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
because it should never be used outside of an Algorithm (or derived class) anyway.
Currently it's an IAlgorithm_sptr, which means that the new executeAsSubAlg method has to be in IAlgorithm interface instead of protected within Algorithm.
Change History
comment:3 Changed 10 years ago by Russell Taylor
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 10 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
Note: See
TracTickets for help on using
tickets.