Skip to content

Commit f7b8c52

Browse files
author
wpbonelli
committed
fix
1 parent b7ed0cb commit f7b8c52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Model/ParticleTracking/prt-prp.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,7 @@ subroutine release(this, ip, trelease)
413413
integer(I4B) :: irow, icol, ilay, icpl
414414
integer(I4B) :: ic, icu
415415
integer(I4B) :: np
416-
real(DP) :: x, y, z
417-
real(DP) :: xout, yout, zout
416+
real(DP) :: x, y, z, xout, yout, zout
418417
real(DP) :: top, bot, hds
419418
real(DP), allocatable :: polyverts(:, :)
420419
character(len=LINELENGTH) :: errmsg

0 commit comments

Comments
 (0)