We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0287608 commit 0387853Copy full SHA for 0387853
src/tests/jf_test_1.f90
@@ -78,7 +78,7 @@ subroutine test_1(error_cnt)
78
write(error_unit,'(A)') ''
79
write(error_unit,'(A)') 'printing each variable [namelist style]'
80
81
- call core%initialize(unescape_strings=.false.)
+ call core%initialize(unescape_strings=.false.,compact_reals=.true.,real_format='*')
82
call core%traverse(p,print_json_variable)
83
84
namelist_style = .false.
0 commit comments