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 a21c24b commit 1c6c044Copy full SHA for 1c6c044
example/io/example_getfile.f90
@@ -6,7 +6,7 @@ program example_getfile
6
implicit none
7
8
character(*), parameter :: filename = "example.txt"
9
- type(string_type) :: fileContent
+ type(string_type) :: filecontent
10
type(state_type) :: err
11
12
! Read a file into a string
0 commit comments