Skip to content

Commit

Permalink
fix undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 27, 2023
1 parent 0a15fc3 commit 5ae7e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neutrinos/sneut5.H
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,9 @@ void sneut5(const Real temp, const Real den,
a0,a1,a2,a3,b1,b2,c00,c01,c02,c03,c04,c05,c06,
c10,c11,c12,c13,c14,c15,c16,c20,c21,c22,c23,c24,
c25,c26,dd00,dd01,dd02,dd03,dd04,dd05,dd11,dd12,
dd13,dd14,dd15,dd21,dd22,dd23,dd24,dd25,b,c,d{0.0},f0,
f1{0.0},f2,f3,z,
dum,dumdt,gum,gumdt,dumda,dumdz,gumda,gumdz;
dd13,dd14,dd15,dd21,dd22,dd23,dd24,dd25,c,d{0.0},f0,
f1{0.0},f2,z,
dum,dumdt,gum,dumda,dumdz;

// pair production
Real gl,gldt,
Expand Down

0 comments on commit 5ae7e6f

Please sign in to comment.