parse_real_token Function

public function parse_real_token(token, token_len, value) result(ok)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: token
integer, intent(in) :: token_len
real(kind=dp), intent(out) :: value

Return Value logical