summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-09-17 01:18:16 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-09-17 01:18:16 +0000
commita341ebb7b3d7fc1b264c0f9d9e480e3d03a9b813 (patch)
tree37362ffa8a5bbd420660f503a8188f7883669042 /doc/ReferenceManual
parent0a6fa3d95179f787764057b0a632fd434b8a9010 (diff)
Correct routine name
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4636 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index 716d0c1e..979a1389 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -2763,7 +2763,7 @@ Assign the storage for a group of grid variables
\begin{SynopsisSection}
\begin{Synopsis}{C}
\begin{verbatim}
-int istat = CCTK_EnableGroupGroupStorage(cGH * cctkGH, const char * group);
+int istat = CCTK_EnableGroupStorage(cGH * cctkGH, const char * group);
\end{verbatim}
\end{Synopsis}
\end{SynopsisSection}
@@ -2800,7 +2800,7 @@ Assign the storage for a group of grid variables
\begin{SynopsisSection}
\begin{Synopsis}{C}
\begin{verbatim}
-int istat = CCTK_EnableGroupGroupStorageI(cGH * cctkGH, int group);
+int istat = CCTK_EnableGroupStorageI(cGH * cctkGH, int group);
\end{verbatim}
\end{Synopsis}
\end{SynopsisSection}