From 0cd3ccb176c718d4b67d7d20f3fb79807d0f0a07 Mon Sep 17 00:00:00 2001 From: rideout Date: Wed, 7 Jan 2004 20:54:13 +0000 Subject: Fix label/ref for filenames table. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@198 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- doc/documentation.tex | 5 ++--- 1 file 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} -- cgit v1.2.3