mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 06:02:02 +02:00
Remove function inlining
This commit is contained in:
@@ -250,7 +250,7 @@ bool H5Writer::is_file_open() const
|
||||
return (file.getId() != -1);
|
||||
}
|
||||
|
||||
inline size_t H5Writer::get_relative_data_index(const size_t data_index)
|
||||
size_t H5Writer::get_relative_data_index(const size_t data_index)
|
||||
{
|
||||
// No file roll over.
|
||||
if (frames_per_file == 0) {
|
||||
|
||||
Reference in New Issue
Block a user