Skip to content

Commit

Permalink
Fix typo in the F2V*F3V term in FreeNucleonTensor
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgardiner committed Feb 19, 2020
1 parent c558bab commit d200152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Physics/QuasiElastic/XSection/FreeNucleonTensor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ std::complex<double> genie::FreeNucleonTensor::operator()(
result -= 2. * fFA * fFP * q_mu * q_nu;

// Remaining terms (involving second-class currents)
result += (0.5*fF2V*fF3V/M2 - q2*fF3A*fFP/M2 - 2.*fF3A*fFA
result += (0.5*q2*fF2V*fF3V/M2 - q2*fF3A*fFP/M2 - 2.*fF3A*fFA
+ 2.*fF1V*fF3V) * (p_mu*q_nu + q_mu*p_nu + q_mu*q_nu);

// ** Overall factor **
Expand Down

0 comments on commit d200152

Please sign in to comment.