Skip to content

Commit

Permalink
Merge pull request #21 from gaskelld/master
Browse files Browse the repository at this point in the history
Fix typo when doing_semika (line 369)
  • Loading branch information
gaskelld authored May 11, 2020
2 parents dde5fa7 + 1d3cec9 commit 0bef3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semi_physics.f
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ real*8 function peepiX(vertex,vertex0,main,survivalprob,doing_cent)
if(doing_hplus) then
dsigdz = (qu**2*u*D_fav + qu**2*ubar*D_unfav +
> qd**2*d*D_s + qd**2*dbar*D_s +
> qs**2*s*D_unfav + qs**2+sbar*D_fav)/sum_sq
> qs**2*s*D_unfav + qs**2*sbar*D_fav)/sum_sq
else
dsigdz = (qu**2*u*D_unfav + qu**2*ubar*D_fav +
> qd**2*d*D_s + qd**2*dbar*D_s +
Expand Down

0 comments on commit 0bef3b5

Please sign in to comment.