calc_height Module Function

recursive module function calc_height(this, p) result(height)

Arguments

Type IntentOptional Attributes Name
class(aabbtree_t), intent(in) :: this
integer, intent(in), optional :: p

Return Value integer


Calls

proc~~calc_height~~CallsGraph proc~calc_height calc_height interface~calc_height aabbtree_t%calc_height proc~calc_height->interface~calc_height interface~node_isleaf node_t%node_isleaf proc~calc_height->interface~node_isleaf interface~calc_height->proc~calc_height proc~node_isleaf node_isleaf interface~node_isleaf->proc~node_isleaf

Called by

proc~~calc_height~~CalledByGraph proc~calc_height calc_height interface~calc_height aabbtree_t%calc_height proc~calc_height->interface~calc_height interface~calc_height->proc~calc_height