]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliBarrelTrack.cxx
Float_t replaced by Double_t
[u/mrichter/AliRoot.git] / STEER / AliBarrelTrack.cxx
index f83c2e5c049943cf8da89b5f9a637e7b991a39ad..50133439610341dcccb19bc753e66a8670b16bd2 100644 (file)
@@ -83,7 +83,7 @@ void AliBarrelTrack::SetNClusters(Int_t nClusters, Double_t chi2) {
 
 ////////////////////////////////////////////////////////////////////////////////
 
-void AliBarrelTrack::SetTime(Float_t time[5], Double_t length) {
+void AliBarrelTrack::SetTime(Double_t time[5], Double_t length) {
 
   for(Int_t i=0; i<5; i++)
     fTimeHypothesis[i] = time[i];