mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-02 06:04:54 +01:00
moving code into aare:: namespace
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "aare/helpers.hpp"
|
||||
|
||||
namespace aare {
|
||||
|
||||
bool is_master_file(std::filesystem::path fpath) {
|
||||
std::string stem = fpath.stem();
|
||||
@@ -9,3 +10,4 @@ bool is_master_file(std::filesystem::path fpath) {
|
||||
return false;
|
||||
}
|
||||
|
||||
}// namespace aare
|
||||
Reference in New Issue
Block a user