aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-01-07 20:54:13 +0000
committerrideout <rideout@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-01-07 20:54:13 +0000
commit0cd3ccb176c718d4b67d7d20f3fb79807d0f0a07 (patch)
treef943110b274d768ef962e00c60643c1f0ffadfa2
parent68884714aaf82a34feefd629d2c597b0a8da01c9 (diff)
Fix label/ref for filenames table.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@198 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--doc/documentation.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 9e7c13b..262387d 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -321,13 +321,11 @@ computational grid}
The standard I/O thorns in Cactus make use of a consistent set of filenames
and extensions, which identify the variables and data format used in the file.
-The filenames are listed in the following table.
-%The filenames are listed in Table~\ref{filename_table},
+The filenames are listed in Table~\ref{filename_table}.
%and the extensions in Table~\ref{filename_extensions_table}
\begin{table}[htb]
\begin{center}
-\label{filename_table}
\begin{tabular}{|l|l|}
\hline
{\bf I/O method} & {\bf Filename for output of variable {\tt var}}\\
@@ -345,6 +343,7 @@ The filenames are listed in the following table.
\hline
\end{tabular}
\caption{Filenames used by standard I/O thorns}
+\label{filename_table}
\end{center}
\end{table}