@@ -3852,8 +3852,6 @@ recursive subroutine parse_value(unit, value)
3852
3852
end subroutine parse_value
3853
3853
! *****************************************************************************************
3854
3854
3855
-
3856
-
3857
3855
! *****************************************************************************************
3858
3856
! ****f* json_module/json_create_logical
3859
3857
!
@@ -3885,7 +3883,8 @@ subroutine json_create_logical(me,val,name)
3885
3883
call to_logical(me,val,name)
3886
3884
3887
3885
end subroutine json_create_logical
3888
- ! *****************************************************************************************
3886
+ ! *****************************************************************************************
3887
+
3889
3888
! *****************************************************************************************
3890
3889
! ****f* json_module/json_create_integer
3891
3890
!
@@ -3917,7 +3916,8 @@ subroutine json_create_integer(me,val,name)
3917
3916
call to_integer(me,val,name)
3918
3917
3919
3918
end subroutine json_create_integer
3920
- ! *****************************************************************************************
3919
+ ! *****************************************************************************************
3920
+
3921
3921
! *****************************************************************************************
3922
3922
! ****f* json_module/json_create_double
3923
3923
!
@@ -3949,7 +3949,8 @@ subroutine json_create_double(me,val,name)
3949
3949
call to_double(me,val,name)
3950
3950
3951
3951
end subroutine json_create_double
3952
- ! *****************************************************************************************
3952
+ ! *****************************************************************************************
3953
+
3953
3954
! *****************************************************************************************
3954
3955
! ****f* json_module/json_create_string
3955
3956
!
@@ -3981,7 +3982,8 @@ subroutine json_create_string(me,val,name)
3981
3982
call to_string(me,val,name)
3982
3983
3983
3984
end subroutine json_create_string
3984
- ! *****************************************************************************************
3985
+ ! *****************************************************************************************
3986
+
3985
3987
! *****************************************************************************************
3986
3988
! ****f* json_module/json_create_null
3987
3989
!
@@ -4012,7 +4014,8 @@ subroutine json_create_null(me,name)
4012
4014
call to_null(me,name)
4013
4015
4014
4016
end subroutine json_create_null
4015
- ! *****************************************************************************************
4017
+ ! *****************************************************************************************
4018
+
4016
4019
! *****************************************************************************************
4017
4020
! ****f* json_module/json_create_object
4018
4021
!
@@ -4043,7 +4046,8 @@ subroutine json_create_object(me,name)
4043
4046
call to_object(me,name)
4044
4047
4045
4048
end subroutine json_create_object
4046
- ! *****************************************************************************************
4049
+ ! *****************************************************************************************
4050
+
4047
4051
! *****************************************************************************************
4048
4052
! ****f* json_module/json_create_array
4049
4053
!
0 commit comments