Skip to content

Commit

Permalink
Initialize YCUT to a negative value to avoid compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed May 7, 2020
1 parent 8c0e2bf commit 8b7bf12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GeneratorInterface/PartonShowerVeto/src/ME2pythia.f
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ SUBROUTINE MGVETO(IPVETO)
c write(*,*)'Entering MGVETO'
c write(*,*)'qcut is ',qcut,' and showerkt is ',showerkt
IPVETO=0
YCUT=-1.0
c Return if not MLM matching (or non-matched subprocess)

IF(ICKKW.LE.0.OR.IEXC.eq.-1) RETURN
Expand Down

0 comments on commit 8b7bf12

Please sign in to comment.