modmet_missing Interface

public interface modmet_missing

Called by

interface~~modmet_missing~~CalledByGraph interface~modmet_missing modmet_missing proc~modmet_radiat modmet_radiat proc~modmet_radiat->interface~modmet_missing proc~modmet_flxln2 modmet_flxln2 proc~modmet_flxln2->proc~modmet_radiat proc~modmet_lusthov modmet_lusthov proc~modmet_lusthov->proc~modmet_flxln2

Module Procedures

private pure function missing_real(x)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: x

the real value to check

Return Value logical

private pure function missing_int(x)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: x

the integer value to check

Return Value logical