Skip to content

Commit

Permalink
Remove unused get_realspace_cutoff call (#1196)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor S. Gerasimov <[email protected]>
  • Loading branch information
foxtran authored Feb 15, 2025
1 parent b28fbff commit c07df7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/peeq_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,7 @@ pure subroutine drep_grad(repData,mol,trans,erep,gradient,sigma)
real(wp) :: dtmp
real(wp), parameter :: rthr = 1600.0_wp
real(wp) :: w,t(3)
integer :: latrep(3),tx,ty,tz,itr
call get_realspace_cutoff(mol%lattice,rthr,latrep)
integer :: tx,ty,tz,itr
w = 1.0_wp
! initialize
erep = 0.0_wp
Expand Down

0 comments on commit c07df7a

Please sign in to comment.