We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ea254 commit bdb71d4Copy full SHA for bdb71d4
1 file changed
src/hydro_source_TATB.cpp
@@ -383,8 +383,8 @@ double HydroSourceTATB::eta_rhob_right_factor(const double eta) const {
383
double sigma_B_minus = DATA_.eta_rhob_width_2;
384
385
// double norm = 1./(sqrt(M_PI)*tau_source*sigma_B_plus);
386
- double exp_arg_1 = (eta + eta_0_nB) / sigma_B_plus;
387
- double exp_arg_2 = (eta + eta_0_nB) / sigma_B_minus;
+ double exp_arg_1 = (eta + eta_0_nB) / sigma_B_minus;
+ double exp_arg_2 = (eta + eta_0_nB) / sigma_B_plus;
388
389
double res =
390
Util::theta(eta + eta_0_nB) * std::exp(-exp_arg_1 * exp_arg_1 / 2.)
0 commit comments