hepmc

Subversion Repositories:
Compare Path: Rev
With Path: Rev
/trunk/examples @ 2  →  /trunk/examples/ @ 4
New file
/trunk/examples/initpydata.f
@@ -0,0 +1,11 @@
c
c Matt.Dobbs@Cern.CH, December 1999
c EXTERNAL statement links PYDATA on most machines.
c (Often necessary for the initialization of Pythia)
c
subroutine initpydata
EXTERNAL PYDATA
return
end