]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing newling
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 30 Oct 2007 01:44:49 +0000 (01:44 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 30 Oct 2007 01:44:49 +0000 (01:44 +0000)
STEER/AliTracker.cxx

index 13119804726dbe74713799d98f215c14f87d3d8a..b985e5ae2e77a98b9006a009e5faad11a58ece3a 100644 (file)
@@ -216,7 +216,7 @@ AliTracker::MeanMaterialBudget(Double_t *start,Double_t *end,Double_t *mparam)
   TGeoNode *startnode = gGeoManager->InitTrack(start, dir);
   //printf("%s length=%f\n",gGeoManager->GetPath(),length);
   if (!startnode) {
-    AliErrorClass(Form("start point out of geometry: x %f, y %f, z %f\n",
+    AliErrorClass(Form("start point out of geometry: x %f, y %f, z %f",
                  start[0],start[1],start[2]));
     return 0.0;
   }