jf_test_12_mod Module

module~~jf_test_12_mod~~UsesGraph module~jf_test_12_mod jf_test_12_mod module~json_module json_module module~json_module->module~jf_test_12_mod iso_fortran_env iso_fortran_env iso_fortran_env->module~jf_test_12_mod iso_fortran_env->module~json_module
Help

Module for the 12th unit test.

Used By

module~~jf_test_12_mod~~UsedByGraph module~jf_test_12_mod jf_test_12_mod program~jf_test_12 jf_test_12 module~jf_test_12_mod->program~jf_test_12
Help

Variables

TypeVisibility AttributesNameInitial
character(len=*), public, parameter:: dir ='../files/'

Path to write JSON file to

character(len=*), public, parameter:: file ='test12.json'

Filename to write

real(kind=wp), public, parameter:: TOL =100*epsilon(1.0_wp)

Tolerance for real comparisons


Subroutines

public subroutine test_12(error_cnt)

Arguments

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

report number of errors to caller