Skip to content

Commit 0387853

Browse files
committed
added test for compact_reals=.true.,real_format='*'
1 parent 0287608 commit 0387853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/jf_test_1.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ subroutine test_1(error_cnt)
7878
write(error_unit,'(A)') ''
7979
write(error_unit,'(A)') 'printing each variable [namelist style]'
8080
write(error_unit,'(A)') ''
81-
call core%initialize(unescape_strings=.false.)
81+
call core%initialize(unescape_strings=.false.,compact_reals=.true.,real_format='*')
8282
call core%traverse(p,print_json_variable)
8383

8484
namelist_style = .false.

0 commit comments

Comments
 (0)