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 a850edb commit 5c98e46Copy full SHA for 5c98e46
transpyle/fortran/compiler_interface.py
@@ -36,8 +36,7 @@ class GfortranInterface(CompilerInterface):
36
37
38
class Gfortran(ExternalTool):
39
-
40
- """GNU Fortran compiler tool."""
+ """Define requirements for GNU Fortran compiler."""
41
42
path = GfortranInterface._executables['']
43
_version_arg = '--version'
0 commit comments