test_5 Subroutine

public subroutine test_5(error_cnt)

Arguments

Type IntentOptional AttributesName
integer, intent(out) :: error_cnt

Description

Github issue example: https://github.com/josephalevin/fson/issues/12

Read an existing file and extract some variables.


Variables

TypeVisibility AttributesNameInitial
integer, public :: vv
integer, public, dimension(:), allocatable:: vvv
real(kind=wp), public :: d
type(json_file), public :: json
logical, public :: found