mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-20 08:58:39 +01:00
Vadym accidentally called view() directly on an R-value frame, which leads to a dangling view pointer. Adjusted code such that compiler throws an error if called on an R-value frame. Co-authored-by: Erik Fröjdh <erik.frojdh@psi.ch>