next-exp / nexus

Geant4 simulation framework of the NEXT Collaboration
5 stars 55 forks source link

Stop using bitwise operators with Booleans #214

Closed paolafer closed 10 months ago

paolafer commented 10 months ago

This PR fixes the use of bitwise operators with booleans. Although in nexus the behaviour was the expected one, it could be misleading, and it raised compilation warnings.