]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpDCSNamer.cxx
Fixing previous change, empty argument macros not supported everywhere
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpDCSNamer.cxx
index 2dc3b4a2b9740b87ff8e4de7b901f007eb2aed6b..a8554c81886d8401b4469c38ba3f84ecbaed03de 100644 (file)
@@ -660,7 +660,7 @@ AliMpDCSNamer::ManuId2PCBIndex(Int_t detElemId, Int_t manuId) const
   /// Returns the index of PCB (within a St345 slat) for a given manu number.
   /// Returns -1 if (detElemId,manuId) is incorrect
   
-  AliCodeTimerAuto("",)
+  AliCodeTimerAuto("",0)
   
   const AliMpSlat* slat 
     = AliMpSegmentation::Instance()->GetSlatByElectronics(detElemId, manuId);
@@ -675,7 +675,7 @@ AliMpDCSNamer::ManuId2Sector(Int_t detElemId, Int_t manuId) const
 {
   /// Return the DCS-sector number (within a St12 quadrant) for a given manu number.
   
-  AliCodeTimerAuto("",)
+  AliCodeTimerAuto("",0)
   
   const AliMpSector* sector 
     = AliMpSegmentation::Instance()->GetSectorByElectronics(detElemId, manuId);