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

Added initialization of nleaves0

parent 8f21b71d
No related branches found
No related tags found
No related merge requests found
......@@ -442,6 +442,9 @@ integer noctree,octree(noctree)
integer loc,ix,iy,iz,nleaves,nleaves0
integer ioctree_number_of_elements
! Added by dwhipp - 05/11
nleaves0=0
nleaves=ioctree_number_of_elements (octree,noctree)
do while (nleaves.ne.nleaves0)
......@@ -587,6 +590,9 @@ integer noctree,octree(noctree)
integer loc,ix,iy,iz,nleaves,nleaves0
integer ioctree_number_of_elements
! Added by dwhipp - 05/11
nleaves0=0
nleaves=ioctree_number_of_elements (octree,noctree)
do while (nleaves.ne.nleaves0)
......
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