fix enter

This commit is contained in:
gabrielkheisa 2022-11-27 13:17:45 +07:00
parent 1f11c63307
commit ffb5fde8a1

View File

@ -83,7 +83,7 @@ C Jacobi iteration
call jacobi(nn,gosa) call jacobi(nn,gosa)
C C
! cpu1= dtime(time1) ! cpu1= dtime(time1)
t2 = omp_get_wtime() t2 = omp_get_wtime()
! cpu = cpu1 ! cpu = cpu1
cpu = t2-t1 cpu = t2-t1
flop=real(kmax-2)*real(jmax-2)*real(imax-2)*34.0*real(nn) flop=real(kmax-2)*real(jmax-2)*real(imax-2)*34.0*real(nn)