mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-05-08 11:42:04 +02:00
c0357e2020
- Removed redundant arr.value(ix,iy...) on NDArray use arr(ix,iy...) - Removed Print/Print_some/Print_all form NDArray (operator << still works) - Added const* version of .data() - Comment for documentation - Some extra tests