summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/UsersGuide/ApplicationThorns.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/UsersGuide/ApplicationThorns.tex b/doc/UsersGuide/ApplicationThorns.tex
index a1f18da8..11d441ec 100644
--- a/doc/UsersGuide/ApplicationThorns.tex
+++ b/doc/UsersGuide/ApplicationThorns.tex
@@ -748,12 +748,12 @@ Extension & Language & Format & Preprocess \\
{\t .cc} or {\t .C} & C++ & - & yes \\
{\t .cl} & OpenCL & - & yes \\
{\t .cu} & CUDA & - & yes \\
-{\t .F90} & Fortran 90 & free & yes \\
-{\t .f90} & Fortran 90 & free & no \\
-{\t .F} & Fortran 90 & fixed & yes \\
-{\t .f} & Fortran 90 & fixed & no \\
{\t .F77} & Fortran 77 & fixed & yes \\
{\t .f77} & Fortran 77 & fixed & no \\
+{\t .F} & Fortran 90 & fixed & yes \\
+{\t .f} & Fortran 90 & fixed & no \\
+{\t .F90} & Fortran 90 & free & yes \\
+{\t .f90} & Fortran 90 & free & no \\
\hline
\end{tabular}
\end{center}