summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-04 20:29:30 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-04 20:29:30 +0000
commit5eae234fee0a99e64e2d0d02dc18b4fde16cf586 (patch)
tree684d958a227a63fbd77fe4a248e38fed9b59aba9
parent78f45807a21085912ebdb756b3b27cc5a4e1297c (diff)
Complete list of error codes for CCTK_FirstVarIndex
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3642 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/main/Groups.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/Groups.c b/src/main/Groups.c
index e3451d01..acb04d16 100644
--- a/src/main/Groups.c
+++ b/src/main/Groups.c
@@ -1264,6 +1264,7 @@ void CCTK_FCALL CCTK_FNAME (CCTK_FirstVarIndexI)
@returndesc
the index of the first variable in the given group, or
-1 if given group name is invalid
+ -2 if given group has no members
@endreturndesc
@@*/
int CCTK_FirstVarIndex (const char *groupname)