Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jun 27, 2024
1 parent b7ed0cb commit f7b8c52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Model/ParticleTracking/prt-prp.f90
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,7 @@ subroutine release(this, ip, trelease)
integer(I4B) :: irow, icol, ilay, icpl
integer(I4B) :: ic, icu
integer(I4B) :: np
real(DP) :: x, y, z
real(DP) :: xout, yout, zout
real(DP) :: x, y, z, xout, yout, zout
real(DP) :: top, bot, hds
real(DP), allocatable :: polyverts(:, :)
character(len=LINELENGTH) :: errmsg
Expand Down

0 comments on commit f7b8c52

Please sign in to comment.