]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing compilation warnings (icc)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 19 Nov 2005 19:25:26 +0000 (19:25 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 19 Nov 2005 19:25:26 +0000 (19:25 +0000)
MUON/AliMUONRawData.cxx
MUON/AliMUONSt1SpecialMotif.h

index 5736caf5a0ccc778a928bd79df49402b70cd6644..8f9cd0cbbbc2aace502f4ac0a32045bf0c1894b3 100644 (file)
@@ -456,7 +456,8 @@ Int_t AliMUONRawData::WriteTriggerDDL()
   Int_t index;
   Int_t iEntries = 0;
   Int_t iLocCard, locCard;
-  Char_t locDec, trigY, posY, devX, posX,regOut;
+  Char_t locDec, trigY, posY, posX,regOut;
+  Int_t devX;
   Int_t version = 1; // software version
   Int_t eventType = 1; // trigger type: 1 for physics ?
   Int_t serialNb = 0xF; // serial nb of card: all bits on for the moment
index 48c3c07f29aaade41323bd96f3a1ca9117ee182a..2d1e99ef4c48d0df1807d6bbbd6b2b54b0c7e67e 100644 (file)
@@ -31,7 +31,7 @@ class AliMUONSt1SpecialMotif
 
   private:
     TVector2  fDelta;   // offset of this motif
-    Double_t  fRotAngle;// rotation angle in degrees (0° = vertical) 
+    Double_t  fRotAngle;// rotation angle in degrees (0 = vertical) 
 };
 
 #endif //ALI_MUON_ST1_SPECIAL_MOTIF_H