mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-04-30 21:12:24 +02:00
f54e76e6bf
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>