summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-20 10:48:19 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-20 10:48:19 +0000
commitf4c4cc7009600c75afb98fed689bd3707661aaf0 (patch)
treece1c8a44cfd0483868c02b65676a3345148264f8 /doc/UsersGuide/ThornWriters.tex
parent4ee091d18b35cba2fe5ad43d366708506ed8d275 (diff)
change explicit parts ABCDEF to \ref{part:...}
so they'll stay correct even if parts are added/deleted/moved-around git-svn-id: http://svn.cactuscode.org/flesh/trunk@3324 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index 5f089840..5ca1d7b8 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -17,6 +17,7 @@
% @@*/
\begin{cactuspart}{Application thorn writing}{$RCSfile$}{$Revision$}
+\label{part:ThornWriters}
\renewcommand{\thepage}{\Alph{part}\arabic{page}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1933,7 +1934,7 @@ for the application thorn writer. A more detailed description
of these interfaces with their arguments, is given in the Reference Manual.
A complete description of the
routines a driver thorn must provide will be provided in the
-Infrastructure Thorn Writers guide (Part \ref{part:infrastructure}). The standard driver thorn is
+Infrastructure Thorn Writers guide (Part \ref{part:Infrastructure}). The standard driver thorn is
currently {\tt PUGH} in the {\tt CactusPUGH} package, which
is a parallel unigrid driver.