Skip to content

Commit

Permalink
Fixed missing factors in PI_rate.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Higginbottom committed Aug 19, 2014
1 parent 2949341 commit 4573832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recomb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ xinteg_fb (t, f1, f2, nion, fb_choice)
{
fmax = fthresh + dnu;
}
fnu += qromb (fb_topbase_partial, fthresh, fmax, 1.e-4);
fnu += qromb (fb_topbase_partial, fthresh, fmax, 1.e-5);
}
}
}
Expand All @@ -1141,7 +1141,7 @@ xinteg_fb (t, f1, f2, nion, fb_choice)
{
fmax = fthresh + dnu;
}
fnu += qromb (fb_verner_partial, fthresh, fmax, 1.e-4);
fnu += qromb (fb_verner_partial, fthresh, fmax, 1.e-5);
}
}
}
Expand Down

0 comments on commit 4573832

Please sign in to comment.