Ticket #82 (closed: fixed)
Remove the Final() concept from algorithms
Reported by: | Nick Draper | Owned by: | Dickon Champion |
---|---|---|---|
Priority: | major | Milestone: | Iteration 5 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
The Final overload in algorithms is not required and is therefore confusing. This should be removed.
At the same time the vector of sub algorithms held within and algorithm itself is not required as they can be allowed to drop out of scope at the end of the exec block.
Change History
Note: See
TracTickets for help on using
tickets.
(In [614]) removing all instances final and finalize in the framework re #82