Skip to content

Commit 7423813

Browse files
committed
updated readme.
1 parent 645184e commit 7423813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently, this module can be used to generate simple plots from Fortran. Event
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 or ifort compilers. A simple script ```build.sh``` is provided for building the library and test program (requires gfortran and [FoBiS](https://github.com/szaghi/FoBiS)). It will also build the HTML documentation if [ROBODoc](https://github.com/gumpu/ROBODoc) is installed.
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 or ifort compilers. A simple script ```build.sh``` is provided for building the library and test program (requires gfortran and [FoBiS](https://github.com/szaghi/FoBiS)). It will also build the HTML documentation if [FORD](https://github.com/cmacmackin/ford) is installed.
1515

1616
Supported plot types
1717
---------------

0 commit comments

Comments
 (0)