~chirality-flow/chiralityflow/ChiralityFlowMG

« back to all changes in this revision

Viewing changes to vendor/StdHEP/src/inc/stdlun.inc

  • Committer: andrew.lifson at lu
  • Date: 2021-09-02 13:57:34 UTC
  • Revision ID: andrew.lifson@thep.lu.se-20210902135734-4eybgli0iljkax9b
added fresh copy of MG5_aMC_v3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
C -------------------------------------------------------------
 
2
C
 
3
      integer lnhwrt,lnhrd,lnhout,lnhdcy,lnhpdf,lnhdmp,lnhrdm,ixdrstr
 
4
      character*80 qqufile              ! use this to set the QQ user decay file
 
5
      common/heplun/lnhwrt,lnhrd,lnhout,lnhdcy,lnhpdf,lnhdmp,lnhrdm(16)
 
6
      common/stdstr/ixdrstr(16)
 
7
      common/stdfnm/qqufile
 
8
      save /heplun/,/stdstr/
 
9
C
 
10
C -------------------------------------------------------------