isVarNameRegistered Module Function

pure module function isVarNameRegistered(this, name) result(reg)

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

Arguments

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

Return Value logical