REFINEMENT: Remove unused variables for 2D case.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
d05e3062fc
commit
17395086fb
@ -502,8 +502,14 @@ module refinement
|
||||
!
|
||||
integer :: i, im1, ip1
|
||||
integer :: j, jm1, jp1
|
||||
integer :: k = 1, km1, kp1
|
||||
real(kind=8) :: fl, fr, fc, fx, fy, fz
|
||||
integer :: k = 1
|
||||
#if NDIMS == 3
|
||||
integer :: km1, kp1
|
||||
#endif /* NDIMS == 3 */
|
||||
real(kind=8) :: fl, fr, fc, fx, fy
|
||||
#if NDIMS == 3
|
||||
real(kind=8) :: fz
|
||||
#endif /* NDIMS == 3 */
|
||||
|
||||
! local parameters
|
||||
!
|
||||
|
Loading…
x
Reference in New Issue
Block a user