~alifson/chiralityflow/trunk

« back to all changes in this revision

Viewing changes to vendor/CutTools/src/qcdloop/qlI3fin.f

  • Committer: andrew.lifson at lu
  • Date: 2021-09-01 15:34:39 UTC
  • Revision ID: andrew.lifson@thep.lu.se-20210901153439-7fasjhav4cp4m88r
testing a new repository of a madgraph folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
      subroutine qlI3fin(Ival0,xpi,ier)
 
2
      implicit none
 
3
      double complex Ival0 
 
4
      double precision xpi(6)
 
5
      integer ier 
 
6
      ier = 0 
 
7
      call ffxc0(Ival0, xpi, ier)
 
8
      end