bubble_sort Interface

public interface bubble_sort

Contents


Subroutines

public pure module subroutine bubble_sort_real_kind(v)

Arguments

Type IntentOptional Attributes Name
real(kind=fffc_real_kind), intent(inout) :: v(:)

public pure module subroutine bubble_sort_int_kind(v)

Arguments

Type IntentOptional Attributes Name
integer(kind=fffc_int_kind), intent(inout) :: v(:)