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 cb00c8a commit bfaf554Copy full SHA for bfaf554
src/tests/jf_test_46.F90
@@ -72,7 +72,7 @@ subroutine test_46(error_cnt)
72
end if
73
74
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
+ if (json%failed() .or. found .or. any(r32vec-r32vec_default>0.0)) then
76
write(error_unit,'(A)') 'Error using json_get_real32_by_path default'
77
error_cnt = error_cnt + 1
78
0 commit comments