mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 00:32:42 +02:00
Fix header guard on buffer utils
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef BUFFER-UTILS_HPP
|
||||
#define BUFFER-UTILS_HPP
|
||||
#ifndef BUFFER_UTILS_HPP
|
||||
#define BUFFER_UTILS_HPP
|
||||
|
||||
const size_t FILE_MOD = 1000;
|
||||
const size_t FOLDER_MOD = 100000;
|
||||
@@ -32,4 +32,4 @@ std::size_t get_file_frame_index(uint64_t pulse_id)
|
||||
return pulse_id - file_base;
|
||||
}
|
||||
|
||||
#endif //BUFFER-UTILS_HPP
|
||||
#endif //BUFFER_UTILS_HPP
|
||||
|
||||
Reference in New Issue
Block a user