is_null Function

public function is_null(obj)

Returns true if object is a null-pointer internally. Object is not properly initialised then.

Arguments

Type IntentOptional AttributesName
class(object), intent(in) :: obj

The object to check.

Return Value logical