]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONCDB.cxx
Replacement of TVector2 object with two doubles
[u/mrichter/AliRoot.git] / MUON / AliMUONCDB.cxx
index 2f638f5fb8f38e2f1df83c7caae444891ecce67f..02f750b2a386587f66aeb2f9116a9939c27da415 100644 (file)
@@ -886,7 +886,7 @@ AliMUONCDB::MakeNeighbourStore(AliMUONVStore& neighbourStore)
           AliMpPad* p = static_cast<AliMpPad*>(tmp.UncheckedAt(i));
           Int_t x;
 //          Bool_t ok =
-          calibParam->PackValues(p->GetManuId(),p->GetManuChannel(),x);
+              calibParam->PackValues(p->GetManuId(),p->GetManuChannel(),x);
 //          if (!ok)
 //          {
 //            AliError("Could not pack value. Something is seriously wrong. Please check");