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

Very minor format cleanup

parent 3eac21a8
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ subroutine octree_interpolate_three(nf,octree,noctree,icon,nleaves,nfield,x,y,z, ...@@ -19,7 +19,6 @@ subroutine octree_interpolate_three(nf,octree,noctree,icon,nleaves,nfield,x,y,z,
implicit none implicit none
integer noctree,octree(noctree),nleaves,icon(8,nleaves) integer noctree,octree(noctree),nleaves,icon(8,nleaves)
integer nfield,nf integer nfield,nf
double precision field1(nfield),field2(nfield),field3(nfield) double precision field1(nfield),field2(nfield),field3(nfield)
...@@ -32,8 +31,8 @@ integer leaf,level,loc,k,iii,jjj,kkk,ii ...@@ -32,8 +31,8 @@ integer leaf,level,loc,k,iii,jjj,kkk,ii
! from an octree to another identical octree with differences in the ! from an octree to another identical octree with differences in the
! interpolated function. The reason for this problem was related to ! interpolated function. The reason for this problem was related to
! bad faces or hanging nodes. Indeed, for a hanging node it was very likely ! bad faces or hanging nodes. Indeed, for a hanging node it was very likely
! that the leaf that was detected as the loeaf in which the node resides ! that the leaf that was detected as the leaf in which the node resides
! was in fact a leave where the node was a hanging node (ie not one of the ! was in fact a leaf where the node was a hanging node (ie not one of the
! 4 corner nodes). This meant that the interpolated value was not equal ! 4 corner nodes). This meant that the interpolated value was not equal
! to the "constrained" value imposed by the linear constraint at the ! to the "constrained" value imposed by the linear constraint at the
! hanging node. To correct for this we first check if the node can ! hanging node. To correct for this we first check if the node can
......
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