diff --git a/reactions/APPLgrid/APPLgrid.yaml b/reactions/APPLgrid/APPLgrid.yaml index a5fa0a568d92d250a48d7e0d4bf82bb9713d8c0d..abbd0a035103781bb8495831b5c77bcf84ee760d 100644 --- a/reactions/APPLgrid/APPLgrid.yaml +++ b/reactions/APPLgrid/APPLgrid.yaml @@ -1,4 +1,4 @@ #APPLgrid: muF: 1.0 muR: 1.0 - Order : NLO # APPLgrids are at max. NLO for now + Order : NLO diff --git a/src/read_data.f b/src/read_data.f index ad7159e26cf0c0e91c52ee669264ba22bf9d9d91..bffe8abcc0224390aa392349a342142a1f485eef 100644 --- a/src/read_data.f +++ b/src/read_data.f @@ -626,24 +626,6 @@ C ---> copy the names in a new variable DATASETapplgridNames(i,NDATASETS) = TheoryInfoFile(i) enddo - ! add protection against Order=NNLO fits with NLO theory in ! APPLGIRDS - do i=1,2 - if(TheoryType(i).eq.'applgrid'.and.DataSetIOrder(NDATASETS).gt.2) then - print*,'Cannot run NNLO fit with applgrids, please specify DataSetTheoryOrder="NLO" in Scales in steering.txt' - call HF_stop - endif - enddo - - if (TheoryType(1).eq.'expression') then - do i = 1,NTermsMax - if(TermType(i).eq.'applgrid'.and.DataSetIOrder(NDATASETS).gt.2) then - print*,'Cannot run NNLO fit with applgrids, please specify DataSetTheoryOrder="NLO" in Scales in steering.txt' - call HF_stop - endif - enddo - endif - - ! set parameters for general theory interface here instead of ! src/init_theory.f. A.S. if ( TheoryType(1).eq.'expression' ) then