From d20015203b512e1dda9f08023a8e8f4fec8d0d4b Mon Sep 17 00:00:00 2001 From: Steven Gardiner Date: Wed, 19 Feb 2020 04:45:55 -0600 Subject: [PATCH] Fix typo in the F2V*F3V term in FreeNucleonTensor --- src/Physics/QuasiElastic/XSection/FreeNucleonTensor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Physics/QuasiElastic/XSection/FreeNucleonTensor.cxx b/src/Physics/QuasiElastic/XSection/FreeNucleonTensor.cxx index 08fc5699a3..6c341eaee0 100644 --- a/src/Physics/QuasiElastic/XSection/FreeNucleonTensor.cxx +++ b/src/Physics/QuasiElastic/XSection/FreeNucleonTensor.cxx @@ -145,7 +145,7 @@ std::complex 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 **