~maddevelopers/mg5amcnlo/aMCatNLO_rivet

« back to all changes in this revision

Viewing changes to HELAS/sstlxx.F

  • Committer: mattelaer-olivier
  • Date: 2011-10-06 20:29:43 UTC
  • mto: (173.1.4 fix_color_basis_sextet)
  • mto: This revision was merged to the branch mainline in revision 175.
  • Revision ID: mattelaer-olivier-20111006202943-361gb1s0aq775tll
remove all include in HELAS routine (g77 compatibility)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
c       complex vertex         : amplitude               gamma(s1,s2,s3)
14
14
c     
15
15
      implicit none
 
16
      INTEGER DIM
 
17
      PARAMETER(DIM=18)
16
18
 
17
 
      include "dimension.inc"
 
19
c      include "dimension.inc"
18
20
      double complex s1(DIM),s2(DIM),t3(DIM),vertex
19
21
      double precision gc
20
22