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 3a25be4 commit 6d5735aCopy full SHA for 6d5735a
src/json_file_module.F90
@@ -170,8 +170,7 @@ module json_file_module
170
! my_file = json_file(json_object,json_core_object)
171
!```
172
interface json_file
173
- module procedure :: initialize_json_file
174
- module procedure :: initialize_json_file_v2
+ module procedure initialize_json_file, initialize_json_file_v2
175
end interface
176
!*************************************************************************************
177
0 commit comments