From aaa0770f697325e784ec3691898049c0bd13f162 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 25 May 2020 13:49:00 +0200 Subject: [PATCH] Change of interface --- sf-replay/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;