Skip to content

Commit 332472f

Browse files
authored
Merge pull request #272 from sy-c/master
v2.21.8
2 parents 496f22c + fe17bf6 commit 332472f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

doc/releaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,3 +603,6 @@ This file describes the main feature changes for each readout.exe released versi
603603

604604
## v2.21.7 - 24/11/2023
605605
- Minor changes: fix for c++20 compatibility.
606+
607+
## v2.21.8 - 29/11/2023
608+
- Fixed spurious readout warning("TF non-contiguous ordering") when doing Start/Stop/Start with DD is enabled.

src/ConsumerFMQchannel.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,8 @@ int ConsumerFMQchannel::start() {
13701370
nIncompleteHBF = 0;
13711371
TFdropped = 0;
13721372

1373+
currentTimeframeId = undefinedTimeframeId;
1374+
13731375
return Consumer::start();
13741376
}
13751377
int ConsumerFMQchannel::stop() {

src/ReadoutVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#define READOUT_VERSION "2.21.7"
12+
#define READOUT_VERSION "2.21.8"
1313

0 commit comments

Comments
 (0)