Skip to content

Commit

Permalink
Merge pull request #3 from ChristopherMayes/master
Browse files Browse the repository at this point in the history
Corrected comment
  • Loading branch information
ChristopherMayes authored Mar 19, 2021
2 parents e2dfd4d + 6b08df4 commit 785262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/open_spacecharge_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ elemental real(dp) function xlafun2(x, y, z)
! elemental real(dp) function lafun2(x,y,z)
!
! The indefinite integral:
! \int 1/r^3 dx dy dz =
! \int 1/r dx dy dz =
! -z**2*atan(x*y/(z*r))/2 - y**2*atan(x*z/(y*r))/2 -x**2*atan(y*z/(x*r))/2
! +y*z*log(x+r) + x*z*log(y+r) + x*y*log(z+r)
!
Expand Down

0 comments on commit 785262a

Please sign in to comment.