Skip to content

Commit e1420b7

Browse files
committed
cleanup
1 parent ae2bb09 commit e1420b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/json_value_module.F90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11211,8 +11211,6 @@ subroutine parse_number(json, unit, str, value)
1121111211
! it is an integer:
1121211212
ival = json%string_to_int(tmp)
1121311213

11214-
! strict_integer_type_checking ... new option...
11215-
1121611214
if (json%exception_thrown .and. .not. json%strict_integer_type_checking) then
1121711215
! if it couldn't be converted to an integer,
1121811216
! then try to convert it to a real value and see if that works

0 commit comments

Comments
 (0)