Skip to content
Snippets Groups Projects
Commit d3b53b74 authored by Douglas Guptill's avatar Douglas Guptill
Browse files

comment Jean's debugging print

parent 1dce09ab
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ if (params%nboxes.gt.0) then
if (.not.((xxx>=x0).and.(xxx<=x1) .and. &
(yyy>=y0).and.(yyy<=y1) .and. &
(zzz>=z0).and.(zzz<=z1))) call stop_run ('pb with box cloud$')
if (iproc.eq.0) print*,i,j,k
! if (iproc.eq.0) print*,i,j,k
call octree_create_from_particle(osolve%octree,osolve%noctree,xxx,yyy,zzz,1,level_box)
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