summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual/CCTKReference.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ReferenceManual/CCTKReference.tex')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index 8d0a3193..9afca010 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -7786,7 +7786,7 @@ Returns the handle of a given local array reduction operator
\begin{verbatim}
#include "cctk.h"
-int handle = CCTK_ReduceLocalArrays(const char *operator);
+int handle = CCTK_LocalArrayReductionHandle(const char *operator);
\end{verbatim}
\end{Synopsis}
\end{SynopsisSection}