~maddevelopers/mg5amcnlo/2.6.3_rwgt

« back to all changes in this revision

Viewing changes to tests/input_files/IOTestsComparison/long_ML_SMQCD_default/gg_wmtbx/loop_matrix.f

  • Committer: olivier-mattelaer
  • Date: 2017-08-16 21:28:30 UTC
  • mfrom: (272.1.60 2.5.6)
  • Revision ID: olivier-mattelaer-20170816212830-sfl8jfv8pmpm5l2j
pass to 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
2358
2358
      ENDDO
2359
2359
      ACC  = ACC / ( ABS(AVG) / 3.0D0)
2360
2360
 
 
2361
C     If NaN are present in the evaluation, automatically set the
 
2362
C      accuracy to 1.0d99.
 
2363
      DO I=1,3
 
2364
        DO J=1,MAXSTABILITYLENGTH
 
2365
          IF (ISNAN(FULLLIST(I,J))) THEN
 
2366
            ACC = 1.0D99
 
2367
          ENDIF
 
2368
        ENDDO
 
2369
      ENDDO
 
2370
 
2361
2371
      END
2362
2372
 
2363
2373
      SUBROUTINE ML5_0_SET_N_EVALS(N_DP_EVALS,N_QP_EVALS)