Skip to content

Commit f6c13e9

Browse files
authored
Correct a small bug in the swap update in vpi_mod
1 parent d671e91 commit f6c13e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vpi_mod.f90

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,20 +2335,15 @@ subroutine Swap(trap,LogWF,VTable,dt,Lmax,iw,Path,xend,accepted,ipar,&
23352335
ip = 0
23362336
sum = 0.d0
23372337

2338-
print *, uran,Sw
2339-
23402338
do
23412339
ip = ip+1
23422340
sum = sum+Pp(ip)/Sw
2343-
print *, ip,Pp(ip),sum
23442341
if (uran <= sum) then
23452342
ik = ip
23462343
exit
23472344
end if
23482345
end do
23492346

2350-
stop
2351-
23522347
!Check if the chosen partner is different from the Worm itself,
23532348
!otherwise the update is automatically rejected.
23542349

0 commit comments

Comments
 (0)