summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}