hav Interface

public interface hav

Calls

interface~~hav~~CallsGraph interface~hav hav proc~hav_r HAV_r interface~hav->proc~hav_r proc~hav_c HAV_c interface~hav->proc~hav_c

Contents


Module Procedures

public elemental function HAV_r(X) result(Y)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in) :: X

Return Value real(kind=wp)

public elemental function HAV_c(Z) result(Y)

Arguments

Type IntentOptional AttributesName
complex(kind=wp), intent(in) :: Z

Return Value complex(kind=wp)