~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/loop_material/StandAlone/SubProcesses/MadLoopParamReader.f

  • Committer: olivier Mattelaer
  • Date: 2015-03-05 00:14:16 UTC
  • mfrom: (258.1.9 2.3)
  • mto: (258.8.1 2.3)
  • mto: This revision was merged to the branch mainline in revision 259.
  • Revision ID: olivier.mattelaer@uclouvain.be-20150305001416-y9mzeykfzwnl9t0j
partial merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
     &           ImprovePSPoint .gt. 2 ) then
112
112
               stop 'ImprovePSPoint must be >= -1 and <=2.'
113
113
             endif
 
114
 
 
115
          else if (buff .eq. '#HelicityFilterLevel') then
 
116
             read(666,*,end=999) HelicityFilterLevel
 
117
             if (HelicityFilterLevel .lt. 0 .or.
 
118
     &           HelicityFilterLevel .gt. 2 ) then
 
119
               stop 'HelicityFilterLevel must be >= 0 and <=2.'
 
120
             endif
 
121
 
114
122
          else if (buff .eq. '#MLReductionLib') then
115
123
             read(666,*,end=999) MLReductionLib_str
116
124
             MLReductionLib(1:5)=0
212
220
      write(*,*) ' > CheckCycle                = ',CheckCycle
213
221
      write(*,*) ' > MaxAttempts               = ',MaxAttempts
214
222
      write(*,*) ' > UseLoopFilter             = ',UseLoopFilter
 
223
      write(*,*) ' > HelicityFilterLevel       = ',HelicityFilterLevel
215
224
      write(*,*) ' > ImprovePSPoint            = ',ImprovePSPoint
216
225
      write(*,*) ' > DoubleCheckHelicityFilter = ',
217
226
     &DoubleCheckHelicityFilter
248
257
      CTLoopLibrary=3
249
258
      CheckCycle=3
250
259
      MaxAttempts=10
 
260
      HelicityFilterLevel=2
251
261
      UseLoopFilter=.False.
252
262
      DoubleCheckHelicityFilter=.True.
253
263
      LoopInitStartOver=.False.