Skip to content

Commit 6d5735a

Browse files
committed
minor change for issue that I think was a problem on older compilers.
1 parent 3a25be4 commit 6d5735a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/json_file_module.F90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ module json_file_module
170170
! my_file = json_file(json_object,json_core_object)
171171
!```
172172
interface json_file
173-
module procedure :: initialize_json_file
174-
module procedure :: initialize_json_file_v2
173+
module procedure initialize_json_file, initialize_json_file_v2
175174
end interface
176175
!*************************************************************************************
177176

0 commit comments

Comments
 (0)