Skip to content
Snippets Groups Projects
Commit 6bc5b293 authored by Omar Awile's avatar Omar Awile
Browse files

removed debug output

parent d03b8f82
No related branches found
No related tags found
No related merge requests found
......@@ -551,10 +551,6 @@ dz=dz_d
& (u(i,j-1,k,isub)+u(i,j+1,k,isub))*c3+ &
& (u(i,j,k-1,isub)+u(i,j,k+1,isub))*c4- &
& f(i,j,k,isub))-u(i,j,k,isub))
if (ppm_rank.eq.5) print *,i,j,k,u(i,j,k,isub)
if (ppm_rank.eq.5) print *,u(i-1,j,k,isub),u(i+1,j,k,isub)
if (ppm_rank.eq.5) print *,u(i,j-1,k,isub),u(i,j+1,k,isub)
if (ppm_rank.eq.5) print *,u(i,j,k-1,isub),u(i,j,k+1,isub)
ENDIF
ENDDO
ENDDO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment