From 36ad7099fb733faa794e6212aeb447ee28d54b9d Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 5 Sep 2017 14:59:55 +0200 Subject: [PATCH] should be a Fortran source file here --- doc/orgmode/chapters/using.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/orgmode/chapters/using.org b/doc/orgmode/chapters/using.org index 52e397a28..b70be3b0e 100644 --- a/doc/orgmode/chapters/using.org +++ b/doc/orgmode/chapters/using.org @@ -87,7 +87,7 @@ Compilation example: #+begin_src - gfortran -o main.o -c main.c + gfortran -o main.o -c main.f90 #+end_src Static linking example: -- GitLab