btree_new Interface

public interface btree_new

Module Procedures

private subroutine btree_new_i8_sp2d(tree, order)

Arguments

Type IntentOptional Attributes Name
type(btree_i8_sp2d), intent(out) :: tree
integer, intent(in), optional :: order

private subroutine btree_new_i8_dp2d(tree, order)

Arguments

Type IntentOptional Attributes Name
type(btree_i8_dp2d), intent(out) :: tree
integer, intent(in), optional :: order

private subroutine btree_new_i8_cp2d(tree, order)

Arguments

Type IntentOptional Attributes Name
type(btree_i8_cp2d), intent(out) :: tree
integer, intent(in), optional :: order

private subroutine btree_new_i8_zp2d(tree, order)

Arguments

Type IntentOptional Attributes Name
type(btree_i8_zp2d), intent(out) :: tree
integer, intent(in), optional :: order