Skip to content

Commit 16190ee

Browse files
perazzjalvesz
andauthored
Update example/io/example_getfile.f90
Co-authored-by: jalvesz <102541118+jalvesz@users.noreply.github.com>
1 parent 91c89bd commit 16190ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/io/example_getfile.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ program example_getfile
1515
if (err%error()) then
1616
print *, err%print()
1717
else
18-
print *, "Success! File "//fileName//" imported."
18+
print *, "Success! File "//filename//" imported."
1919
end if
2020
end program example_getfile

0 commit comments

Comments
 (0)