Skip to content

Commit

Permalink
example 50 header print
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jun 1, 2024
1 parent 56c6c24 commit a9de08e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/jf_test_50.F90
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ subroutine test_50(error_cnt)
type(json_core) :: json
type(json_value),pointer :: p

write(error_unit,'(A)') ''
write(error_unit,'(A)') '================================='
write(error_unit,'(A)') ' EXAMPLE 50'
write(error_unit,'(A)') '================================='
write(error_unit,'(A)') ''

call json%initialize(compress_vectors = .true.) ! so it will print each col on one line

call json%create_object(p,'') !create the root
Expand Down

0 comments on commit a9de08e

Please sign in to comment.