Ticket #463 (closed: fixed)
Remove linking between MantidPlot and the DataObjects and DataHandling libraries
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 16 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
MantidPlot currently uses a cast to check what type of workspace has been created and prints a string accordingly. If the id() string on the workspace is set correctly for the different types, which it currently isn't, this method can be used instead of casting the pointer.
Change History
Note: See
TracTickets for help on using
tickets.
(In [2077]) Changed the id string of ManagedWorkspace2D and ManagedRawFileWorkspace2D so that they reflect the fact that they are specialised Workspace2D classes. Re #463