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

call octree_interpolate_five, in place of octree_interpolate_many

parent 9dc2b759
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ pressure=0.d0 ...@@ -107,7 +107,7 @@ pressure=0.d0
! interpolate velocity solution onto solve octree ! interpolate velocity solution onto solve octree
do k=1+iproc,osolve%nnode,nproc do k=1+iproc,osolve%nnode,nproc
call octree_interpolate_many & call octree_interpolate_five &
(5,ov%octree,ov%noctree,ov%icon, & (5,ov%octree,ov%noctree,ov%icon, &
ov%nleaves,ov%nnode, & ov%nleaves,ov%nnode, &
osolve%x(k),osolve%y(k),osolve%z(k), & osolve%x(k),osolve%y(k),osolve%z(k), &
......
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