We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2146242 commit 4bc22e1Copy full SHA for 4bc22e1
trg/grl/modules/trggrl/src/TRGGRLProjectsModule.cc
@@ -808,8 +808,8 @@ void TRGGRLProjectsModule::event()
808
else if (bitname == "brlfb2") {bit = brlfb == 2;}
809
else if (bitname == "brlnb1") {bit = brlnb == 1;}
810
else if (bitname == "brlnb2") {bit = brlnb == 2;}
811
- else if (bitname == "seklm_0") {bit = n_seklm == 0;}
812
- else if (bitname == "seklm_1") {bit = n_seklm > 0;}
+ else if (bitname == "seklm_0") {bit = n_seklm == 1;}
+ else if (bitname == "seklm_1") {bit = n_seklm > 1;}
813
else if (bitname == "ieklm") {bit = n_ieklm > 0;}
814
else if (bitname == "secl") {bit = n_secl > 0;}
815
else if (bitname == "iecl") {bit = n_iecl > 0;}
0 commit comments