Skip to content

Commit

Permalink
Update src/stdlib_io.fypp
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremie Vandenplas <[email protected]>
  • Loading branch information
perazz and jvdp1 authored Oct 6, 2024
1 parent df3951d commit ddb8186
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 @@ -214,7 +214,7 @@ contains
!!

integer :: s, i, ios
character(len=128) :: iomsg,msgout
character(len=128) :: iomsg, msgout
s = open(filename, "w")
do i = 1, size(d, 1)
#:if 'real' in t1
Expand Down

0 comments on commit ddb8186

Please sign in to comment.