summaryrefslogtreecommitdiff
path: root/src/include/cctk_Groups.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-27 22:49:58 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-27 22:49:58 +0000
commit8d4a597927080fa9a9513369176353fac6e32bb0 (patch)
tree91fb3be672a2005ea0e23ebd03a3e09cf71e749a /src/include/cctk_Groups.h
parentca08c68ac75f62fb3750be571301c470136538f9 (diff)
Added a couple of missing prototypes.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1313 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Groups.h')
-rw-r--r--src/include/cctk_Groups.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h
index fe4c0bf5..3a6ac9c1 100644
--- a/src/include/cctk_Groups.h
+++ b/src/include/cctk_Groups.h
@@ -49,6 +49,7 @@ int CCTK_GroupScopeNumber(const char *type);
CCTK_INT **CCTK_GroupSizesI(int group);
int CCTK_GroupTypeFromVarI(int var);
int CCTK_GroupTypeNumber(const char *type);
+int CCTK_GroupTypeI(int group);
char *CCTK_ImpFromVarI(int var);
@@ -67,6 +68,8 @@ int CCTK_VarTypeI(int var);
int CCTK_VarTypeNumber(const char *type);
char *CCTK_VarTypeName(int vartype);
+int CCTK_VarTypeSize(int vtype);
+
#ifdef __cplusplus
}
#endif