mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-12-16 10:01:24 +01:00
moving code into aare:: namespace
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
|
||||
#define AARE_ROOT_DIR_VAR "PROJECT_ROOT_DIR"
|
||||
|
||||
using aare::File;
|
||||
using aare::Frame;
|
||||
|
||||
void test(File& f, int frame_number) {
|
||||
std::cout << "frame number: " << frame_number << std::endl;
|
||||
Frame frame = f.iread(frame_number);
|
||||
|
||||
Reference in New Issue
Block a user