~maddevelopers/mg5amcnlo/2.6.6_bug_1813292

« back to all changes in this revision

Viewing changes to tests/input_files/IOTestsComparison/LoopSquaredOrder_IOTest/Loop_sqso_uux_ddx/loop_matrix_QCDpert_default.f

  • Committer: olivier-mattelaer
  • Date: 2017-05-26 07:48:55 UTC
  • mfrom: (271.1.33 2.5.5)
  • Revision ID: olivier-mattelaer-20170526074855-r463wfxlom110fiu
passĀ theĀ 2.5.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1857
1857
C     
1858
1858
C     GLOBAL VARIABLES
1859
1859
C     
 
1860
      LOGICAL CHOSEN_SO_CONFIGS(NSQUAREDSO)
 
1861
      COMMON/ML5_0_CHOSEN_LOOP_SQSO/CHOSEN_SO_CONFIGS
1860
1862
      INTEGER I_LIB
1861
1863
      COMMON/ML5_0_I_LIB/I_LIB
1862
1864
      INCLUDE 'MadLoopParams.inc'
1920
1922
          ENDDO
1921
1923
        ENDIF
1922
1924
 
 
1925
C       Make sure to hard-set to zero accuracies of coupling orders
 
1926
C        not included
 
1927
        IF (K.NE.0) THEN
 
1928
          IF (.NOT.CHOSEN_SO_CONFIGS(K)) THEN
 
1929
            ACC(K) = 0.0D0
 
1930
          ENDIF
 
1931
        ENDIF
 
1932
 
1923
1933
      ENDDO
1924
1934
 
1925
1935
      END