summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-05-09 13:12:55 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-05-09 13:12:55 +0000
commit18e8d26c9c058a85216b820975070b52e60f4d2a (patch)
tree5733f1ea7aba00294dafc266ee313ea8970c5c7e /doc
parent5645fd9b058f0550de5464f9b1255e333d390f21 (diff)
Reorder file name suffix table
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4817 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-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}