Change of interface

This commit is contained in:
2020-05-25 13:49:00 +02:00
parent d355299f5a
commit aaa0770f69
+1 -1
View File
@@ -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;