Skip to content

Commit

Permalink
No need for extra update of values
Browse files Browse the repository at this point in the history
Signed-off-by: Igor S. Gerasimov <[email protected]>
  • Loading branch information
foxtran committed Feb 13, 2025
1 parent aff1908 commit 5145905
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/generate_wsc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ subroutine generate_wsc(mol,wsc)
!$omp do collapse(2) schedule(dynamic,32)
do ii=1,mol%n
do jj=1,mol%n
lattr = 0
dist = 0.0_wp
trans = .true.
!if (ii.eq.jj) cycle
! find according neighbours
c=0
Expand Down

0 comments on commit 5145905

Please sign in to comment.