Skip to content
Snippets Groups Projects
Commit 0a4d73fe authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Reestablish method TPythia6::Pytune (see...

parent 11a09e1d
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment