Skip to content

Commit

Permalink
Ready to go
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Nocera committed Jun 3, 2020
1 parent b9b9943 commit c1d751f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/DIS/SetFKObservable.f
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ subroutine SetFKObservable(obs)
5 obs(1:7).eq."DIS_XSB".or.
6 obs(1:7).eq."DIS_XCQ".or.
7 obs(1:7).eq."DIS_XGL".or.
8 obs(1:5).eq."INTEG")then
8 obs(1:7).eq."DIS_XT3".or.
9 obs(1:7).eq."DIS_XT8".or.
1 obs(1:8).eq."DIS_XT15".or.
2 obs(1:7).eq."DIS_XV3".or.
3 obs(1:7).eq."DIS_XV8".or.
4 obs(1:6).eq."DIS_XV")then
call SetTargetDIS("proton")
*
**** Light structure function F2light
Expand Down

0 comments on commit c1d751f

Please sign in to comment.