Skip to content

Commit

Permalink
removed space, added old as comment Signed-off-by: James Brown <james…
Browse files Browse the repository at this point in the history
[email protected]>

Signed-off-by: James H. Brown <[email protected]>
  • Loading branch information
James H. Brown committed Jun 11, 2024
1 parent eccadcd commit a6aeb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gfnff/gfnff_eg.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4039,9 +4039,9 @@ function get_cf(rTrans,gTrans,vol,avgAlp) result(cf)
integer, parameter :: ewaldCutD(3) = 2
integer, parameter :: ewaldCutR(3) = 2
! real space lattice vectors
real(wp), intent(in) :: rTrans( 3, 125)
real(wp), intent(in) :: rTrans(3, 125) !previously rTrans(3, product(2*ewaldCutD + 1))
! reciprocal space lattice vectors
real(wp), intent(in) :: gTrans(3, 124)
real(wp), intent(in) :: gTrans(3, 124) !previously gTrans(3, product(2*ewaldCutR + 1) - 1)
! unit cell volume
real(wp), intent(in) :: vol
! average alphaEEQ value
Expand Down

0 comments on commit a6aeb3f

Please sign in to comment.