Skip to content

Commit 2a98ae2

Browse files
committed
fixed double declaration
1 parent 7ef695a commit 2a98ae2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

upwind/fortran/upwindF08Gpu.F90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ program main
375375
real(r8) :: lengths(ndims)
376376
real(r8) :: courant, dt, dx, val, chksum
377377
type(upwind_type) :: up
378-
integer :: maxNumThreads, numThreads
379378
#ifdef HAVE_OPENMP
380379
!$omp parallel
381380
numThreads = omp_get_num_threads()

0 commit comments

Comments
 (0)