Ticket #743 (closed: fixed)
Workspace Parameter maps should copy on write operations
Reported by: | Nick Draper | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | major | Milestone: | Iteration 19 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
You should use a cow_ptr to do this. Russell did something similar with the sp-det map. You have to seperate the read from the write operations through different methods, then on the write methods you call ptr.access() to notify the pointer that you are altering the data.
Problem: Follow these steps
- Load a LOQ dataset
- Rebin slightly to a new workspace
- Move the HAB to one side on the rebinned workspace.
- View the original workspace before rebinning, the bank is moved there as well.
Change History
Note: See
TracTickets for help on using
tickets.
Moved as part of iteration 18 end