]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Very important & added.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 May 2009 16:11:21 +0000 (16:11 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 May 2009 16:11:21 +0000 (16:11 +0000)
PYTHIA6/QPYTHIA/AliQPythiaWrapper.cxx

index f8614cb3cd9e440092ce503a0ce99155d8354deb..f318821420818608265f4c69b362af41dad5f6b8 100644 (file)
@@ -89,7 +89,7 @@ extern "C" {
 #define savei0i1 savei0i1_
 
 extern "C" {
- void savei0i1(Double_t& i0, Double_t i1)
+ void savei0i1(Double_t& i0, Double_t& i1)
     {
        // Wrapper to save current integrals I0 and I1
        return (AliFastGlauber::Instance())->SaveI0I1(i0, i1);