summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-02-23 18:43:11 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-02-23 18:43:11 +0000
commit36e4911c1b27c115c75c3a766497bd7838934502 (patch)
tree12d5ae13511413a8c1ccfc7e9c964c7c6c2195e9 /doc
parent27d99daabb3f240a9ead5b3458daa84e6ccf4d5f (diff)
fix a typo in CCTK_InterpLocalUniform() 'man page' function description
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2626 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/FunctionReference.tex4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/UsersGuide/FunctionReference.tex b/doc/UsersGuide/FunctionReference.tex
index 35f1405a..12ce0917 100644
--- a/doc/UsersGuide/FunctionReference.tex
+++ b/doc/UsersGuide/FunctionReference.tex
@@ -2448,7 +2448,6 @@ parameter table handle is invalid
\end{Error}
\begin{Example}{C}
-\begin{verbatim}
Here's a simple example of interpolating a \verb|CCTK_REAL| and a
\verb|CCTK_COMPLEX| $10 \times 20$ 2-D array, at 5 interpolation points,
using cubic interpolation.
@@ -2500,9 +2499,6 @@ if (operator_handle < 0)
param_table_handle = Util_TableCreateFromString("order=3");
if (param_table_handle < 0)
CCTK_WARN(-1, "can't create parameter table!");
-\end{verbatim}
-\newpage
-\begin{verbatim}
if (CCTK_InterpLocalUniform(N_DIMS,
operator_handle, param_table_handle,
origin, delta,