]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Add endline in cout (Diego)
authorpcrochet <Philippe.Crochet@cern.ch>
Wed, 26 Feb 2014 18:52:43 +0000 (19:52 +0100)
committerpcrochet <Philippe.Crochet@cern.ch>
Wed, 26 Feb 2014 18:52:43 +0000 (19:52 +0100)
PWG/muondep/AliMuonGridSubmitter.cxx

index b03bb40d4b3dbeb0619b399f4163fdeff647e84c..0a9804c10eea7dff5362cc3983192e655a2ffb85 100644 (file)
@@ -651,6 +651,7 @@ void AliMuonGridSubmitter::Print(Option_t* /*opt*/) const
     {
       std::cout << fRunList[i] << " ";
     }
+    std::cout << std::endl;
   }
   
   TIter nextVar(fVars);