Returns true if there was an error. Can use rk_class_status to get more info.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rk_class), | intent(in) | :: | me |
logical function failed(me) class(rk_class),intent(in) :: me failed = me%istatus < 0 end function failed