validate_structure Interface

interface


Calls

interface~~validate_structure~~CallsGraph interface~validate_structure validate_structure proc~validate_structure validate_structure interface~validate_structure->proc~validate_structure

private recursive module subroutine validate_structure(this, p)

Arguments

Type IntentOptional AttributesName
class(aabbtree_t), intent(in) :: this

An aabbtree_t instance.

integer, intent(in) :: p

Pointer to the root of the subtree.

Description

Asserts that an AABB subtree has a valid structure.