Skip to content

Commit 861be10

Browse files
committed
typo
1 parent 382b79b commit 861be10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Writing a json file is slightly more complicated and involves the use of pointer
7070
! add some data to inputs:
7171
call json_value_add(inp, 't0', 0.1_wp)
7272
call json_value_add(inp, 'tf', 1.1_wp)
73-
call json_value_add(inp, 'x0', 9999.0000e0)
73+
call json_value_add(inp, 'x0', 9999.0000d0)
7474
call json_value_add(inp, 'integer_scalar', 787)
7575
call json_value_add(inp, 'integer_array', [2,4,99])
7676
call json_value_add(inp, 'names', ['aaa','bbb','ccc'])

0 commit comments

Comments
 (0)