Skip to content

Commit

Permalink
fix comp
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 29, 2023
1 parent ff99ca4 commit b067b49
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions neutrinos/sneut5.H
Original file line number Diff line number Diff line change
Expand Up @@ -1309,11 +1309,9 @@ void sneut5(const Real temp, const Real den,
dsnudz = derivative of snu with zbar
*/

Real xlnt,cc,
a1,a2,a3,b1,b2,c00,c01,c03,c04,
c,d{0.0},
f1{0.0},
dumdt,gum,dumda,dumdz;
Real a1,a2,a3,b1,b2,
c,d{0.0};


// pair production
Real gl,gldt,
Expand All @@ -1322,13 +1320,6 @@ void sneut5(const Real temp, const Real den,
fpairda,fpairdz,qpairda,qpairdz,
xnumda,xnumdz,xdenda,xdendz;

// plasma
Real gl2,gl2dt,gl12,gl32,gl72,gl6,
ft,ftdt,fl,fldt,fxy,fxydt,
flda,fldz,ftda,ftdz,
fxyda,fxydz,gl2da,gl2dz;


// initialize
Real spair{0.0e0_rt};
Real spairdt{0.0e0_rt};
Expand Down

0 comments on commit b067b49

Please sign in to comment.