Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | error_cnt |
Github issue example: https://github.com/josephalevin/fson/issues/12
Read an existing file and extract some variables.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | vv | ||||
integer, | public, | dimension(:), allocatable | :: | vvv | |||
real(kind=wp), | public | :: | d | ||||
type(json_file), | public | :: | json | ||||
logical, | public | :: | found |