Skip to content
Snippets Groups Projects
Commit 5b12e171 authored by Antti Soininen's avatar Antti Soininen
Browse files

Cleanup histogram data usage

Touches some 'obvious' cases where histograms were misused.

- Replace copies by references to x, y and e histogram data
- Use setSharedX, setSharedY, setSharedE instead of manually copying the
values
- std::move vector data to histograms
- Fix off-by-one errors in SaveReflThreeColumnAsciiTest,
SaveReflCustomAsciiTest, SaveANSTOAsciiTest and ISISEnergyTransfer
- Fix issues in RefAxisTest

Re #24462
parent 1b13e3e3
No related merge requests found
Showing
with 81 additions and 79 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment