We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c89bd commit 16190eeCopy full SHA for 16190ee
example/io/example_getfile.f90
@@ -15,6 +15,6 @@ program example_getfile
15
if (err%error()) then
16
print *, err%print()
17
else
18
- print *, "Success! File "//fileName//" imported."
+ print *, "Success! File "//filename//" imported."
19
end if
20
end program example_getfile
0 commit comments