Browse Source

Enable newIntegration (i.e. use mcfm_vegas_adaptive.f); this is important for running 164

master
Tobias Neumann 2 years ago
parent
commit
16f3c79eea
  1. 2
      src/Need/mcfmmain.f

2
src/Need/mcfmmain.f

@ -33,7 +33,7 @@
include 'accumhist.f'
real(dp):: integ,integ_err,r,er
logical:: dryrun
logical, parameter :: newIntegration = .false.
logical, parameter :: newIntegration = .true.
integer:: itmxplots
character*256 inputfile,workdir
common/dryrun/dryrun

Loading…
Cancel
Save