summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-16 07:00:48 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-16 07:00:48 +0000
commitf141dbef0a7ca2fb3d80e15474752a1837f3ac72 (patch)
treeccc357f47015a2d4878cae67d9db120365bed643
parent9803947314d84255f4eedb1b21e11a736d7aabf5 (diff)
Fix typo in int CCTK_ReduceLocArrayToArray2D() doc.
Fixes Documentation/1241. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3000 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/ThornWriters.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index ea089377..366fa3aa 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -2615,7 +2615,7 @@ communicating. Use the values as specified in \ref{sec:datyansi}.
processors.
{\t
\begin{verbatim}
-int CCTK_ReduceLocArrayToArrayD( cGH *GH,
+int CCTK_ReduceLocArrayToArray2D( cGH *GH,
int processor,
int opertaion_handle,
in_array_2d,