Skip to content

Commit

Permalink
Update SIS_restart.F90
Browse files Browse the repository at this point in the history
Fix the format string of the write statement.
  • Loading branch information
marshallward authored Apr 19, 2021
1 parent 65462f5 commit 63c6fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIS_restart.F90
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function open_restart_units(filename, directory, G, CS, IO_handles, file_paths,
endif
enddo ! while (start_char < len_trim(filename)) loop

write(count_msg, '(I)') nf
write(count_msg, '(I0)') nf
call SIS_mesg("SIS2: open_restart_units found "//trim(count_msg)//" files using "//&
trim(filename)//" in directory "//trim(directory))

Expand Down

0 comments on commit 63c6fbd

Please sign in to comment.