summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-11-20 09:36:16 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-11-20 09:36:16 +0000
commit1b7a49748c559f82bd3d4516900f44d03b718c44 (patch)
tree0844c7b01be3000bb09ad8b8fd7aa1f07e8be5ba /doc
parentf090892f5508450f3da26b9f582b281f86c5a743 (diff)
Correcting docs for CCTK_GroupIndex, CCTK_VarIndex pointed out by Karen.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1893 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/FunctionReference.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/UsersGuide/FunctionReference.tex b/doc/UsersGuide/FunctionReference.tex
index d84b3a7e..c191fa7f 100644
--- a/doc/UsersGuide/FunctionReference.tex
+++ b/doc/UsersGuide/FunctionReference.tex
@@ -1287,7 +1287,7 @@ The variable name should be in the form {\t <implementation>::<variable>}
\parameter{groupname}{The name of the group}
\end{params}
\begin{discussion}
-The group name should be given in the form {\t <implementation>::<group>}
+The group name should be the given in its fully qualified form, that is {\t <implementation>::<group>} for a public or protected group, and {\t <thornname>::<group>} for a private group.
\end{discussion}
\begin{examples}
\begin{tabular}{@{}p{3cm}cp{11cm}}
@@ -2293,7 +2293,7 @@ the preferred method from synchronising variables.
\parameter{varname}{The name of the variable}
\end{params}
\begin{discussion}
-The variable name should be given in the form {\t <implementation>::<variable>}
+The variable name should be the given in its fully qualified form, that is {\t <implementation>::<variable>} for a public or protected variabe, and {\t <thornname>::<variable>} for a private variable.
\end{discussion}
\begin{examples}
\begin{tabular}{@{}p{3cm}cp{11cm}}