mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-28 18:22:23 +02:00
Change n_frames to size_t
This commit is contained in:
@@ -18,7 +18,7 @@ class H5WriteModule {
|
||||
protected:
|
||||
void write_thread(
|
||||
const std::string& output_file,
|
||||
const int n_frames,
|
||||
const size_t n_frames,
|
||||
const int user_id);
|
||||
|
||||
public:
|
||||
@@ -29,7 +29,7 @@ public:
|
||||
|
||||
void start_writing(
|
||||
const std::string& output_file,
|
||||
const int n_frames = 0,
|
||||
const size_t n_frames = 0,
|
||||
const int user_id = -1
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user