Skip to content

Commit

Permalink
Merge branch 'fix_loadtxt' of github.com:perazz/stdlib into fix_loadtxt
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Oct 6, 2024
2 parents 071c064 + ab9fb9d commit df3951d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib_io.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ contains

enddo
else
! Otherwise pass default or user specified fmt string.
! Otherwise pass default or user specified fmt string.
do i = 1, max_rows_
read (s,fmt_,iostat=ios,iomsg=iomsg) d(i, :)

Expand Down

0 comments on commit df3951d

Please sign in to comment.