Skip to content
Snippets Groups Projects
  • Antti Soininen's avatar
    5b12e171
    Cleanup histogram data usage · 5b12e171
    Antti Soininen authored
    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
    5b12e171
    History
    Cleanup histogram data usage
    Antti Soininen authored
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.