Skip to content

Commit

Permalink
Small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Nocera committed Jun 3, 2020
1 parent 8a4064e commit b9b9943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DIS/FKSimulator.f
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ function FKSimulator(x,Q,y,i,beta)
*
**** Valence V3
*
elseif(obs(1:6).eq."DIS_XV3")then
elseif(obs(1:7).eq."DIS_XV3")then
FKSimulator = ExternalEvolutionOperator("Ev2Ev",4,i,x,beta)
*
**** Valence V8
*
elseif(obs(1:6).eq."DIS_XV8")then
elseif(obs(1:7).eq."DIS_XV8")then
FKSimulator = ExternalEvolutionOperator("Ev2Ev",5,i,x,beta)
*
*
Expand Down

0 comments on commit b9b9943

Please sign in to comment.