From 8c505fb5dc03bdeae9bf28d83a921bc8c93e5e6d Mon Sep 17 00:00:00 2001 From: rideout Date: Wed, 7 Jan 2004 20:38:42 +0000 Subject: Delete extraneous words in introduction of configuration.ccl. Commented CCTK_GroupStaggerIndexVI() and CCTK_GroupStaggerIndexVN(), which don't exist. Relabel coordinates section to avoid multiply defined labels. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3490 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/UsersGuide/ThornWriters.tex | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'doc') diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex index 169e754a..1464990a 100644 --- a/doc/UsersGuide/ThornWriters.tex +++ b/doc/UsersGuide/ThornWriters.tex @@ -131,8 +131,7 @@ parameters needed from other thorns. See \ref{sec:pa}. \item[{\tt schedule.ccl}] scheduling information for routines called by \item[{\tt configuration.ccl}] configuration options for the thorn. See -\ref{sec:co}. -the Flesh. See \ref{sec:sc}. +\ref{sec:configuration.ccl}. \end{Lentry} Thorns can also contain @@ -1921,21 +1920,21 @@ group\_index)}] returns the \textit{staggerindex} for a given group index. \end{Lentry} \vskip .45cm -\begin{Lentry} -\item[{\tt int CCTK\_GroupStaggerIndexVI(int variable\_index)}] %returns the +%\begin{Lentry} +%\item[{\tt int CCTK\_GroupStaggerIndexVI(int variable\_index)}] %returns the +%%\textit{staggerindex} for a given variable index. +%\item[{\tt call CCTK\_GroupStaggerIndexVI(int staggerindex, int variable\_index)}] returns the %\textit{staggerindex} for a given variable index. -\item[{\tt call CCTK\_GroupStaggerIndexVI(int staggerindex, int variable\_index)}] returns the -\textit{staggerindex} for a given variable index. -\end{Lentry} -\vskip .45cm - -\begin{Lentry} -\item[{\tt int CCTK\_GroupStaggerIndexVN(char *variable\_name)}] %returns the +%\end{Lentry} +%\vskip .45cm +% +%\begin{Lentry} +%\item[{\tt int CCTK\_GroupStaggerIndexVN(char *variable\_name)}] %returns the +%%\textit{staggerindex} for a given variable name. +%\item[{\tt call CCTK\_GroupStaggerIndexVN(int staggerindex, char *variable\_name)}] returns the %\textit{staggerindex} for a given variable name. -\item[{\tt call CCTK\_GroupStaggerIndexVN(int staggerindex, char *variable\_name)}] returns the -\textit{staggerindex} for a given variable name. -\end{Lentry} -\vskip .45cm +%\end{Lentry} +%\vskip .45cm \begin{Lentry} \item[{\tt int CCTK\_StaggerIndex(char *stagger\_string)}] %return the \textit{ @@ -2004,7 +2003,7 @@ is a parallel unigrid driver. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Coordinates} -\label{sec:co} +\label{sec:coordinates} The Flesh provides utility routines for registering and querying coordinate information. The Flesh does not provide any coordinates -- cgit v1.2.3