func Interface

interface
private subroutine func(n, x, f)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
real(kind=wp), intent(in), dimension(:) :: x
real(kind=wp), intent(out) :: f

Description

calfun interface