jungfrau: currentsource

This commit is contained in:
2021-08-10 20:39:07 +02:00
parent fce35e35a1
commit a0784d23bb
3 changed files with 18 additions and 19 deletions

View File

@ -465,7 +465,7 @@ typedef struct {
/** [Gotthard2][Jungfrau] disable */
currentSrcParameters() : enable(0), fix(-1), normal(-1), select(0) {}
/** [Gotthard2] enable */
/** [Gotthard2] enable or disable */
currentSrcParameters(bool ena)
: enable(static_cast<int>(ena)), fix(-1), normal(-1), select(0) {}