Skip to content

Commit 7c77a65

Browse files
committed
update readme.
1 parent 27eb63b commit 7c77a65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ Currently, this module can be used to generate simple x-y plots from Fortran. E
1111
The way it works is simply to generate a Python script with the plotting code, which
1212
is then executed from the command line using the Fortran ```execute_command_line``` function.
1313

14+
The module requires a modern Fortran compiler (it uses various Fortran 2003/2008 features such as deferred-length strings). It should work fine with the latest gfortran and ifort compilers.
15+
1416
Example
1517
---------------
1618

17-
The following example generates a plot of the sine function.
19+
The following example generates a plot of the sine function:
1820

1921
```Fortran
2022
program test

0 commit comments

Comments
 (0)