Ticket #2466 (closed: fixed)
MDWorkspace as IMDWorkspace
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
Supply missing implementations. Nick Draper not concerned about optimizing this early, just need to provide full implementation of all virutal functions.
Change History
comment:5 Changed 10 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
comment:8 Changed 9 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3313
Note: See
TracTickets for help on using
tickets.
(In [9690]) re #2466. MDWorkspace implements getPoint and getCell methods implied by IMDWorkspace. Optimizations will be made later.