mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-13 07:47:13 +02:00
moving code into aare:: namespace
This commit is contained in:
@ -3,8 +3,10 @@
|
||||
#include <array>
|
||||
|
||||
|
||||
// using reuss::DataSpan;
|
||||
// using reuss::Shape;
|
||||
using aare::NDArray;
|
||||
using aare::NDView;
|
||||
using aare::Shape;
|
||||
|
||||
|
||||
TEST_CASE("Initial size is zero if no size is specified")
|
||||
{
|
||||
|
Reference in New Issue
Block a user