isVarImplicit Module Function

pure module function isVarImplicit(this, name) result(imp)

Check whether variable with given name is registered in either the implicit list

Arguments

Type IntentOptional Attributes Name
class(VariableContainer), intent(in) :: this
character(len=*), intent(in) :: name

Return Value logical