diff --git a/montecarlo/pythia6/inc/TPythia6.h b/montecarlo/pythia6/inc/TPythia6.h index ba047f5f6cd0582731c15600508d0c61f3baeb9e..11cf5ec8b5e7dabaed9e9821025e34ed4d54c3ad 100644 --- a/montecarlo/pythia6/inc/TPythia6.h +++ b/montecarlo/pythia6/inc/TPythia6.h @@ -326,7 +326,7 @@ public: void Pyrset(int lun, int move); void Pystat(int flag); void Pytest(int flag); - //void Pytune(int itune); // not (anymore) in libPythia6 + void Pytune(int itune); void Pyupda(int mupda, int lun); void SetupTest(); diff --git a/montecarlo/pythia6/src/TPythia6.cxx b/montecarlo/pythia6/src/TPythia6.cxx index 4eb67b53875ec1df2671ff6e39cdf608d8b10db3..8c2e8ba213f7627684595b72b612e7621a144c62 100644 --- a/montecarlo/pythia6/src/TPythia6.cxx +++ b/montecarlo/pythia6/src/TPythia6.cxx @@ -615,11 +615,10 @@ void TPythia6::Pytest(int flag) { pytest(&flag); } -// not (anymore) in libPythia6 -//void TPythia6::Pytune(int itune) { -// //interface with fortran routine pytune -// pytune(&itune); -//} +void TPythia6::Pytune(int itune) { + //interface with fortran routine pytune + pytune(&itune); +} void TPythia6::Pyupda(int mupda, int lun) { //interface with fortran routine pyupda