USER_PROBLEM: Remove unused variables.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2020-08-06 19:00:48 -03:00
parent 2f7743b0c1
commit 036a887f39

View File

@ -226,15 +226,11 @@ module user_problem
! local variables
!
integer :: i, j, k = 1
integer :: j, k = 1
! local arrays
!
real(kind=8), dimension(nv,nn) :: q, u
real(kind=8), dimension(nn) :: x, y
#if NDIMS == 3
real(kind=8), dimension(nn) :: z
#endif /* NDIMS == 3 */
!
!-------------------------------------------------------------------------------
!