AddFunction Interface

public interface AddFunction

Contents


Module Procedures

private subroutine AddFunction32(name, f_32)

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: name
procedure(f32) :: f_32

private subroutine AddFunction64(name, f_64)

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: name
procedure(f64) :: f_64