summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-12-07 16:57:19 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-12-07 16:57:19 +0000
commit2cdc0f39794210f0c0adf446f18bc9e7e9bfc58a (patch)
treed2b9ddc8441a4a6ba12ac466c87a41cfb722fbd2 /doc
parent791876517fc0d7221873d153b20548711c769f5f (diff)
comment-out a line which accidentally got un-commented-out
in the (otherwise completely commented-out) description of CCTK_InterpLocalWarped() git-svn-id: http://svn.cactuscode.org/flesh/trunk@3922 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index 1633b2b6..e94d4cad 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -5477,7 +5477,7 @@ if (CCTK_InterpLocalUniform(N_DIMS,
%notyet values of the error codes (or more commonly, to find which error code
%notyet corresponds to a given numerical value), look in the files
%notyet \code{cctk\_Interp.h}, \code{util\_ErrorCodes.h}, and/or \code{util\_Table.h}
-in the \code{src/include/} directory in the Cactus flesh.
+%notyet in the \code{src/include/} directory in the Cactus flesh.
%notyet \end{Error}
%notyet \begin{Error}{CCTK\_ERROR\_INTERP\_POINT\_OUTSIDE}
%notyet one or more of the interpolation points is out of range
@@ -5523,6 +5523,7 @@ in the \code{src/include/} directory in the Cactus flesh.
%notyet const void *const coord_arrays[N_DIMS]
%notyet = { (const void *) x_coords, (const void *) y_coords };
%notyet
+
% Reduction.c
\begin{FunctionDescription}{CCTK\_LocalArrayReduceOperator}
\label{CCTK-LocalArrayReduceOperator}