~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

Viewing changes to tests/input_files/IOTestsComparison/short_ML_SMQCD_optimized/ddx_ttx/loop_matrix.f

  • Committer: olivier-mattelaer
  • Date: 2017-03-28 15:31:53 UTC
  • mfrom: (270.1.17 2.5.4)
  • Revision ID: olivier-mattelaer-20170328153153-kk81pvnwheh7hia1
pass to 2.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1847
1847
C     
1848
1848
C     GLOBAL VARIABLES
1849
1849
C     
 
1850
      LOGICAL CHOSEN_SO_CONFIGS(NSQUAREDSO)
 
1851
      COMMON/ML5_0_CHOSEN_LOOP_SQSO/CHOSEN_SO_CONFIGS
1850
1852
      INTEGER I_LIB
1851
1853
      COMMON/ML5_0_I_LIB/I_LIB
1852
1854
      INCLUDE 'MadLoopParams.inc'
1910
1912
          ENDDO
1911
1913
        ENDIF
1912
1914
 
 
1915
C       Make sure to hard-set to zero accuracies of coupling orders
 
1916
C        not included
 
1917
        IF (K.NE.0) THEN
 
1918
          IF (.NOT.CHOSEN_SO_CONFIGS(K)) THEN
 
1919
            ACC(K) = 0.0D0
 
1920
          ENDIF
 
1921
        ENDIF
 
1922
 
1913
1923
      ENDDO
1914
1924
 
1915
1925
      END