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 6439a2c + 15de15d commit 071c064
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 @@ -120,7 +120,7 @@ contains
!!
integer :: s
integer :: nrow, ncol, i, ios, skiprows_, max_rows_
character(len=128) :: iomsg,msgout
character(len=128) :: iomsg, msgout

skiprows_ = max(optval(skiprows, 0), 0)
max_rows_ = optval(max_rows, -1)
Expand Down

0 comments on commit 071c064

Please sign in to comment.