]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Typo.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 Jul 2011 06:53:19 +0000 (06:53 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 Jul 2011 06:53:19 +0000 (06:53 +0000)
STEER/STEER/AliGRPPreprocessor.cxx

index c9cf8a6388e9d304c442a10045b55d33b8fc2edb..7bf9f9a304eaaeb89f27197a4b1991b26135aa25 100644 (file)
@@ -1223,8 +1223,8 @@ UInt_t AliGRPPreprocessor::ProcessLHCData(AliGRPObject *grpobj)
                        return 4;
                }                       
                AliLHCClockPhase *phaseObj = ProcessLHCClockPhase(beam1phase,beam2phase,timeEnd);
-               delete beamphase1;
-               delete beamphase2;
+               delete beam1phase;
+               delete beam2phase;
                if (phaseObj){
                        AliInfo(Form("LHC Phase found"));
                        AliCDBMetaData mdPhase;