]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDEPainter.cxx
Removing gcc 4.3 warnings
[u/mrichter/AliRoot.git] / MUON / AliMUONDEPainter.cxx
index 7c9837d091e29dd5541639d625d0dd5a42b7ee17..ea63ac9cb02091e7dcda5b2bc40f25ef1dcaf408 100644 (file)
@@ -326,8 +326,8 @@ AliMUONDEPainter::Validate(const AliMUONAttPainter& attributes) const
 
     AliMp::CathodType cathode = AliMpDEManager::GetCathod(fDetElemId,planeType);
     
-    if ( cathode == AliMp::kCath0 && norm.IsCathode1() ||
-         cathode == AliMp::kCath1 && norm.IsCathode0() ) 
+    if ( (cathode == AliMp::kCath0 && norm.IsCathode1()) ||
+         (cathode == AliMp::kCath1 && norm.IsCathode0()) ) 
     {
       norm.SetValid(kFALSE);
     }