~maddevelopers/mg5amcnlo/3.0.1

« back to all changes in this revision

Viewing changes to Template/NLO/SubProcesses/BinothLHADummy.f

  • Committer: Marco Zaro
  • Date: 2014-01-27 16:54:10 UTC
  • mfrom: (78.124.55 MG5_aMC_2.1)
  • Revision ID: marco.zaro@gmail.com-20140127165410-5lma8c2hzbzm426j
merged with lp:~maddevelopers/madgraph5/MG5_aMC_2.1 r 267

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
      return
21
21
      end
22
22
 
 
23
      subroutine sloopmatrix(p_born,virt_wgts)
 
24
      implicit none
 
25
      include "nexternal.inc"
 
26
      double precision p_born(0:3,nexternal-1),virt_wgts(3)
 
27
      virt_wgts(1)=0d0
 
28
      virt_wgts(2)=0d0
 
29
      virt_wgts(3)=0d0
 
30
      return
 
31
      end