Skip to content

Commit

Permalink
remove external qualifier from iargc definition
Browse files Browse the repository at this point in the history
  • Loading branch information
czender committed Sep 13, 2024
1 parent 4d1c5ea commit ef7aeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/elm/tools/interpinic/src/fmain.F90
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ program fmain
character(len= 256) :: arg
integer :: n !index
integer :: nargs !number of arguments
integer, external :: iargc !number of arguments function
integer :: iargc !number of arguments function
character(len=256) :: finidati !input initial dataset to read
character(len=256) :: finidato !output initial dataset to create
character(len=256) :: cmdline !input command line
Expand Down

0 comments on commit ef7aeca

Please sign in to comment.