diff --git a/sf-replay/src/main.cpp b/sf-replay/src/main.cpp index 3daf992..2e1ae03 100644 --- a/sf-replay/src/main.cpp +++ b/sf-replay/src/main.cpp @@ -26,7 +26,7 @@ void sf_replay ( uint64_t max_send_us = 0; uint64_t n_stats = 0; - ReplayH5Reader file_reader(device, channel_name, source_id, stop_pulse_id); + ReplayH5Reader file_reader(device, channel_name, source_id); // "<= stop_pulse_id" because we include the stop_pulse_id in the file. for (uint64_t curr_pulse_id=start_pulse_id;