mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-28 20:02:22 +02:00
Fix mistake in comparing
This commit is contained in:
@@ -73,7 +73,7 @@ int main (int argc, char *argv[]) {
|
||||
// TODO: Make real statistics, please.
|
||||
n_stat_out++;
|
||||
|
||||
if (data.first->n_recv_packets <= JUNGFRAU_N_PACKETS_PER_FRAME) {
|
||||
if (data.first->n_recv_packets < JUNGFRAU_N_PACKETS_PER_FRAME) {
|
||||
n_frames_with_missing_packets++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user