Skip to content
Snippets Groups Projects
Commit 4b107c4f authored by Dave Whipp's avatar Dave Whipp
Browse files

Removed debug output

parent 32fe4f28
No related branches found
No related tags found
No related merge requests found
......@@ -142,17 +142,17 @@ do j=1,2**params%levelmax_oct
if (j.eq.2**(params%levelmax_oct-1)) then
if (i.eq.3 .or. i.eq.2**(params%levelmax_oct-1) .or. i.eq.2**(params%levelmax_oct)-3) then
if (iproc.eq.0) then
write (*,*) 'density string output (',i,',',j,')'
write (*,*) 'density, densityp'
do k=1,size_str(1)
write (*,*) density_str(i,j)%density(k),', ',density_str(i,j)%densityp(k)
enddo
endif
endif
endif
! if (j.eq.2**(params%levelmax_oct-1)) then
! if (i.eq.3 .or. i.eq.2**(params%levelmax_oct-1) .or. i.eq.2**(params%levelmax_oct)-3) then
! if (iproc.eq.0) then
! write (*,*) 'density string output (',i,',',j,')'
! write (*,*) 'density, densityp'
! do k=1,size_str(1)
! write (*,*) density_str(i,j)%density(k),', ',density_str(i,j)%densityp(k)
! enddo
! endif
! endif
! endif
......
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