mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 04:02:22 +02:00
Fix loop bug in sf_replay
This commit is contained in:
@@ -134,7 +134,7 @@ int main (int argc, char *argv[]) {
|
||||
filename,
|
||||
i_batch);
|
||||
|
||||
for (size_t i_frame=0; i_frame < FILE_MOD; i_frame++) {
|
||||
for (size_t i_frame=0; i_frame < REPLAY_BLOCK_SIZE; i_frame++) {
|
||||
|
||||
ModuleFrame module_frame = {
|
||||
metadata_buffer->pulse_id[i_frame],
|
||||
|
||||
Reference in New Issue
Block a user