Skip to content

Commit

Permalink
bug in pol_emis
Browse files Browse the repository at this point in the history
  • Loading branch information
jordydavelaar committed Apr 17, 2023
1 parent 4b020dd commit 4d08208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pol_emission.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ double rho_V_thermal(double theta_e, double n_e, double nu, double B,
double k2 = bessel_appr(2, Thetaer);
double k0 = bessel_appr(0, Thetaer);

#(DEXTER)
#if(DEXTER)
fit_factor = (k0 - DeltaJ_5(Xe)) / k2;
#else
double shgmfunc = 1 - 0.11*log(1 + 0.035*Xe);
Expand Down

0 comments on commit 4d08208

Please sign in to comment.