Skip to content

Commit

Permalink
Fix gcc compiler error (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA authored May 15, 2024
1 parent 0cdc3b4 commit bb03e17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ program getsigensmeanp_smooth
endif

if ( mype == 0 ) then
write(6,'(a,i,a)') 'Command line input for ',iargc(),' arguments'
write(6,'(a,i3,a)') 'Command line input for ',iargc(),' arguments'
write(6,'(a,a)')' datapath = ',trim(datapath)
write(6,'(a,a)')' filenameout = ',trim(filenameout)
write(6,'(a,a)')' fileprefix = ',trim(fileprefix)
Expand Down

0 comments on commit bb03e17

Please sign in to comment.