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 c40cb23 commit bc8cb49Copy full SHA for bc8cb49
README.md
@@ -95,7 +95,7 @@ A logical expression is defined to be .TRUE. if its least significant bit is 1 a
95
96
Example output, Fortran interfacing with C or C++
97
98
-* Intel oneAPI 2023 without `-fpscomp logical`
+* Intel oneAPI 2023 without `-fpscomp logicals`
99
* NVHPC 2023.5 without `-Munixlogical`
100
101
```
@@ -109,7 +109,7 @@ Example output, Fortran interfacing with C or C++
109
C_BOOL: 8 0 FF
110
111
112
-* Intel oneAPI 2023 with `-fpscomp logical`
+* Intel oneAPI 2023 with `-fpscomp logicals`
113
* NVHPC 2023.5 with `-Munixlogical`
114
115
0 commit comments