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 1c6c044 commit 91c89bdCopy full SHA for 91c89bd
example/io/example_getfile.f90
@@ -10,7 +10,7 @@ program example_getfile
10
type(state_type) :: err
11
12
! Read a file into a string
13
- call getfile(fileName, fileContent, err=err)
+ call getfile(filename, filecontent, err=err)
14
15
if (err%error()) then
16
print *, err%print()
0 commit comments