~maddevelopers/mg5amcnlo/3.0.2-alpha0-merged3.2.0

« back to all changes in this revision

Viewing changes to models/template_files/fortran/rw_para.f

  • Committer: Marco Zaro
  • Date: 2019-10-07 19:47:03 UTC
  • mfrom: (971.1.5 3.0.2_loopparams)
  • Revision ID: marco.zaro@gmail.com-20191007194703-945bu2au3z3txiqv
merged with 3.0.2_loopparams

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
      integer npara
21
21
      character*20 param(maxpara),value(maxpara)
22
22
 
 
23
      logical updateloop
 
24
      common /to_updateloop/updateloop
 
25
 
23
26
      %(load_card)s
 
27
      ! also loop parameters should be initialised here
 
28
      updateloop=.true.
24
29
      include 'param_read.inc'
25
30
      call coup()
26
31
 
 
32
      updateloop=.false.
 
33
 
27
34
      return
28
35
 
29
36
      end