yaeos__tapenade_interfaces Module



Interfaces

interface

  • public subroutine POPREAL8(a)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=pr) :: a

interface

  • public subroutine POPREAL8ARRAY(a, n)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=pr), dimension(n) :: a
    integer :: n

interface

  • public subroutine popinteger4(i)

    Arguments

    Type IntentOptional Attributes Name
    integer :: i

interface

  • public subroutine pushinteger4(i)

    Arguments

    Type IntentOptional Attributes Name
    integer :: i

interface

  • public subroutine pushreal8(a)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=pr) :: a

interface

  • public subroutine pushreal8array(a, n)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=pr), dimension(n) :: a
    integer :: n