Skip to content

Commit bfaf554

Browse files
committed
minor edit
1 parent cb00c8a commit bfaf554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/jf_test_46.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ subroutine test_46(error_cnt)
7272
end if
7373

7474
call json%get(p, CK_'not_there', r32vec, found, default=r32vec_default) ! real32 vec
75-
if (json%failed() .or. found .or. any(r32vec-r32vec_default>.0)) then
75+
if (json%failed() .or. found .or. any(r32vec-r32vec_default>0.0)) then
7676
write(error_unit,'(A)') 'Error using json_get_real32_by_path default'
7777
error_cnt = error_cnt + 1
7878
end if

0 commit comments

Comments
 (0)