summaryrefslogtreecommitdiff
path: root/src/include/cctk_Groups.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-03 12:20:40 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-03 12:20:40 +0000
commit118355583a6e67141bc0b5844b4057dab07c67c9 (patch)
treee861f7241c5bc5b7dd9612a73fea77e10edd6312 /src/include/cctk_Groups.h
parente844fb5a9731296e0562f4c78d9b044ff129f0db (diff)
standardizing names ... you will need to do a gmake <config>-clean before
recompiling. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1342 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Groups.h')
-rw-r--r--src/include/cctk_Groups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h
index de8de9ab..efc5478b 100644
--- a/src/include/cctk_Groups.h
+++ b/src/include/cctk_Groups.h
@@ -39,6 +39,7 @@ int CCTK_FirstVarIndexI(int group);
char *CCTK_FullName(int var);
int CCTK_GroupData(int group, cGroup *gp);
+int CCTK_GroupDimI(int group);
CCTK_INT **CCTK_GroupGhostsizesI(int group);
int CCTK_GroupIndex(const char *groupname);
int CCTK_GroupIndexFromVar(const char *var);