NAME
Gravity_bhAccNode
SYNOPSIS
call Gravity_bhAccNode(
real(in) :: subnode(:),
real(inout) :: accnode(:)
)
DESCRIPTION
Called during tree build. Adds values of subnode into accnode.
ARGUMENTS
subnode : array of the node of the tree which is added to accnode accnode : array of the node into which subnode contribution is added