Toggle navigation
JSON-Fortran
4.2.0
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
jf_test_3_mod
Module
Source File
jf_test_3.f90
jf_test_3_mod
Variables
dir
filename2
Subroutines
test_3
All Modules
jf_test_10_mod
jf_test_11_mod
jf_test_12_mod
jf_test_13_mod
jf_test_14_mod
jf_test_1_mod
jf_test_2_mod
jf_test_3_mod
jf_test_4_mod
jf_test_5_mod
jf_test_6_mod
jf_test_7_mod
jf_test_8_mod
jf_test_9_mod
json_module
Uses:
json_module
Module for the third unit test.
HISTORY
Izaak Beekman : 2/18/2015 : Created (refactoried original json_example.f90 file)
Variables
Type
Visibility
Attributes
Name
Initial
character(len=*),
public,
parameter
::
dir
=
'../files/inputs/'
character(len=*),
public,
parameter
::
filename2
=
'test2.json'
Subroutines
public subroutine
test_3
(error_cnt)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(out)
::
error_cnt
Description
Read the file generated in
test_2
, and extract some data from it.