aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-02-12 16:38:50 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-02-12 16:38:50 +0000
commit4a4e87ab6bc2b4fca45d1b88019a1114e4ead2d8 (patch)
tree93e580663f24578bb3380e33426b928a2799b513
parent5e7777d803b88aefdd8d02e8cafe1b58d868b453 (diff)
slightly clarify wording about supressing interpolation
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@138 df1f8a13-aa1d-4dd4-9681-27ded5b42416
-rw-r--r--doc/documentation.tex9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 2ccb8bf..1754559 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1334,9 +1334,12 @@ or all of the interpolations:
This supresses the interpolation for this particular
output array. This is probably the cleanest way of
selectively turning individual arrays on and off.
- If $\verb|output_arrays[out]| = \verb|NULL|$ then
- \verb|input_arrays[in]| may also be \verb|NULL| if desired
- (if the input arrays aren't needed for any queries you're doing).
+ If $\verb|output_arrays[out]| = \verb|NULL|$ and
+ the input arrays aren't needed for any queries you're doing,
+ then it's useful to also set the corresponding
+ $\verb|input_arrays[in]| = \verb|NULL|$, to supress the
+ interpolator fetching data (which in this case will never be used)
+ from the input arrays.
\end{description}
Note that the combination