func Interface

interface
private subroutine func(n, m, x, f, con)

Arguments

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

Description

calcfc interface