File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ subroutine test_15(error_cnt)
5454 call json% get(p2,' real' , tf)
5555
5656 call json% check_for_errors(status_ok, error_msg) ! error condition true
57- call json% check_for_errors(status_ok) ! error condition true
58- call json% check_for_errors(error_msg) ! error condition true
57+ call json% check_for_errors(status_ok) ! error condition true
58+ call json% check_for_errors(error_msg= error_msg) ! error condition true
5959
6060 call json% initialize(print_signs= .true. ) ! print signs flag
6161
6262 call json% check_for_errors(status_ok, error_msg) ! error condition false
63- call json% check_for_errors(status_ok) ! error condition false
64- call json% check_for_errors(error_msg) ! error condition false - not allocated
63+ call json% check_for_errors(status_ok) ! error condition false
64+ call json% check_for_errors(error_msg= error_msg) ! error condition false - not allocated
6565
6666 call file1% move(file2) ! should throw an exception since points are not associated
6767 call file1% initialize()
You can’t perform that action at this time.
0 commit comments