fffc_utils Module


Uses


Contents


Interfaces

public interface swap

  • public elemental module subroutine swap_int_kind(a, b)

    Arguments

    Type IntentOptional Attributes Name
    integer(kind=fffc_int_kind), intent(inout) :: a
    integer(kind=fffc_int_kind), intent(inout) :: b
  • public elemental module subroutine swap_real_kind(a, b)

    Arguments

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

public interface bubble_sort

  • 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(:)

interface

  • public module function is_env(key)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: key

    Return Value logical