EQUATIONS: Remove unused variables for 2D case.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
17395086fb
commit
8f33e4aeb5
@ -1564,7 +1564,10 @@ module equations
|
||||
integer :: n, p, nc, np
|
||||
integer :: i = 1, il = 1, iu = 1
|
||||
integer :: j = 1, jl = 1, ju = 1
|
||||
integer :: k = 1, kl = 1, ku = 1
|
||||
integer :: k = 1
|
||||
#if NDIMS == 3
|
||||
integer :: kl = 1, ku = 1
|
||||
#endif /* NDIMS == 3 */
|
||||
|
||||
! temporary arrays
|
||||
!
|
||||
|
Loading…
x
Reference in New Issue
Block a user