fortplot
Examples
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
parse_real_token
Function
12 statements
Source File
test_pdf_utils.f90
test_pdf_utils
parse_real_token
Contents
public function parse_real_token(token, token_len, value) result(ok)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
token
integer,
intent(in)
::
token_len
real(kind=dp),
intent(out)
::
value
Return Value
logical