Skip to content

Commit 91c89bd

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

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
@@ -10,7 +10,7 @@ program example_getfile
1010
type(state_type) :: err
1111

1212
! Read a file into a string
13-
call getfile(fileName, fileContent, err=err)
13+
call getfile(filename, filecontent, err=err)
1414

1515
if (err%error()) then
1616
print *, err%print()

0 commit comments

Comments
 (0)