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 9a3ecda commit a21c24bCopy full SHA for a21c24b
example/io/example_getfile.f90
@@ -5,7 +5,7 @@ program example_getfile
5
use stdlib_error, only: state_type
6
implicit none
7
8
- character(*), parameter :: fileName = "example.txt"
+ character(*), parameter :: filename = "example.txt"
9
type(string_type) :: fileContent
10
type(state_type) :: err
11
0 commit comments