summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-01-24 19:18:33 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-01-24 19:18:33 +0000
commitcbb530461aff5fb80643a46cdff9c0c7f2a52d10 (patch)
tree335267791e8e2153532ead525b4a8f8082ab3612 /doc/UsersGuide/ThornWriters.tex
parent632457d87665945211e1eb6e03823096c4c5207f (diff)
Fix typo
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3964 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index ded7e4da..b6f107a5 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -2898,14 +2898,14 @@ out element by element. The arrays need to have the same size on all
processors.
{\t
\begin{verbatim}
-int CCTK_ReduceLocArrayToArrayD( cGH *GH,
- int processor,
- int opertaion_handle,
- in_array_2d,
- out_array2d,
- int xsize,
- int ysize,
- int data_type)
+int CCTK_ReduceLocArrayToArray2D( cGH *GH,
+ int processor,
+ int opertaion_handle,
+ in_array_2d,
+ out_array2d,
+ int xsize,
+ int ysize,
+ int data_type)
call CCTK_ReduceLocArrayToArray2D( int returnvalue