From 4e0cc22fe7be6bfa0c458967f5228e65ef5862cc Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 14 May 2006 21:10:20 +0000 Subject: slightly clarify wording in GRDOC comments for CCTK_GroupTagsTable() CCTK_GroupTagsTableI() (this change is *only* to comment wording -- there's no change to executable code) git-svn-id: http://svn.cactuscode.org/flesh/trunk@4298 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/Groups.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/Groups.c') diff --git a/src/main/Groups.c b/src/main/Groups.c index 605215fb..ec587b5b 100644 --- a/src/main/Groups.c +++ b/src/main/Groups.c @@ -1264,7 +1264,7 @@ void CCTK_FCALL CCTK_FNAME (CCTK_GroupName) (int *nchars, int *var, ONE_FORTSTRI @date Wed May 22 00:47:58 2002 @author Tom Goodale @desc - Returns the TAGS table for a group. + Returns the table handle of the TAGS table for a group. @enddesc @var groupname @vdesc The group name @@ -1304,7 +1304,7 @@ void CCTK_FCALL CCTK_FNAME (CCTK_GroupTagsTable) (int *table, ONE_FORTSTRING_ARG @date Wed May 22 00:47:58 2002 @author Tom Goodale @desc - Returns the TAGS table for a group. + Returns the table handle of the TAGS table for a group. @enddesc @var group @vdesc The group index -- cgit v1.2.3