Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 30, 2023
1 parent f1492ce commit 0e0c3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neutrinos/sneut5.H
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ void nu_brem(const sneutf_t& sf,
const Real cos4 = 2.0_rt * cos2 * cos2 - 1.0_rt;

// sin/cos (5 fac1 tau)
//const Real sin5 = sin1 * (5.0_rt - sin1 * sin1 * (20.0_rt + 16.0_rt * sin1 * sin1));
//const Real sin5 = sin1 * (5.0_rt - sin1 * sin1 * (20.0_rt - 16.0_rt * sin1 * sin1));
const Real cos5 = cos1 * (cos1 * cos1 * (16.0_rt * cos1 * cos1 - 20.0_rt) + 5.0_rt);

// equation 5.21
Expand Down

0 comments on commit 0e0c3af

Please sign in to comment.