Skip to content
Snippets Groups Projects
Commit 27117015 authored by apolici's avatar apolici
Browse files

Fix in TrigT1/TrigT1RPChardware/Matrix.cxx relative to ATR-19427: use &&, not...

Fix in TrigT1/TrigT1RPChardware/Matrix.cxx relative to ATR-19427: use &&, not &, for booleans at line 1247.
parent d0c6a428
No related branches found
No related tags found
No related merge requests found
......@@ -1244,7 +1244,7 @@ for(i=0; i<s_nclock; i++) { // loop on clock cycles
if( bitstatus(&m_mjori[thres][0][conf[l][0]][i][0],j)
&( (m_mjori[thres][1][conf[l][1]][i][0]&m_trigRoad[thres][j][0])
&& ( (m_mjori[thres][1][conf[l][1]][i][0]&m_trigRoad[thres][j][0])
| (m_mjori[thres][1][conf[l][1]][i][1]&m_trigRoad[thres][j][1]))){
if(m_matrixDebug&1<<df) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment