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 68dfc6d commit 79bb772Copy full SHA for 79bb772
src/json_module.F90
@@ -73,7 +73,7 @@ module json_module
73
74
implicit none
75
76
- character(kind=json_CK,len=*),parameter,protected :: json_fortran_version = '8.2.5'
+ character(kind=json_CK,len=*),protected :: json_fortran_version = '8.2.5'
77
!! JSON-Fortran version.
78
!!
79
!!@note This string should match the one in the `.VERSION` file (which is used
0 commit comments