aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2003-02-11 16:01:33 +0000
committertradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2003-02-11 16:01:33 +0000
commiteacf82b4a9e31b759f0250b67190b7bfafdd956b (patch)
tree31a2e196c449b29465d2b8215933f9330e4ceee5
parentbfcdabcd04c25991fbdd2aa22eac183fdc7c71fe (diff)
Moved \newcommand statements after the "% START CACTUS THORNGUIDE" marker
so that they are known when building the ThornGuide. This closes PR CactusPUGH/1398. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@50 1c20744c-e24a-42ec-9533-f5004cb800e5
-rw-r--r--doc/documentation.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index f776d8c..dbc29e8 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -8,10 +8,7 @@
\begin{document}
-\newcommand{\InterpGridArrays}{{\tt CCTK\_\-Interp\-Grid\-Arrays()}}
-\newcommand{\PUGHInterp}{{\it PUGH\-Interp}}
-
-\title{\PUGHInterp}
+\title{PUGHInterp}
\author{Paul Walker, Thomas Radke, Erik Schnetter}
\date{$ $Date$ $}
@@ -20,6 +17,9 @@
% Do not delete next line
% START CACTUS THORNGUIDE
+\newcommand{\InterpGridArrays}{{\tt CCTK\_\-Interp\-Grid\-Arrays()}}
+\newcommand{\PUGHInterp}{{\it PUGH\-Interp}}
+
\begin{abstract}
Thorn \PUGHInterp\ implements the Cactus interpolation API \InterpGridArrays\
for the interpolation of CCTK grid arrays at arbitrary points.