summaryrefslogtreecommitdiff
path: root/src/include/cctk_Groups.h
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-15 22:53:54 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-15 22:53:54 +0000
commitb2bb81c77fc6a753bb308780388afc35d201ddea (patch)
treea83adeb8b4e5472f61c4bd68de34408c44bdda13 /src/include/cctk_Groups.h
parent34724f7828f6f473c85365e979da0254fdf4e073 (diff)
prototypes for CCTK_NumTimeLevelsI and CCTK_NumTimeLevels
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3280 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Groups.h')
-rw-r--r--src/include/cctk_Groups.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h
index f2d511ca..4f2002ef 100644
--- a/src/include/cctk_Groups.h
+++ b/src/include/cctk_Groups.h
@@ -58,12 +58,14 @@ CCTK_INT ** CCTK_GroupSizesI(int group);
int CCTK_GroupTypeFromVarI(int var);
int CCTK_GroupTypeNumber(const char *type);
int CCTK_GroupTypeI(int group);
+int CCTK_NumTimeLevelsI(int group);
const char *CCTK_ImpFromVarI(int var);
int CCTK_MaxDim(void);
int CCTK_NumGroups(void);
+int CCTK_NumTimeLevels(const char *group);
int CCTK_NumTimeLevelsFromVar(const char *var);
int CCTK_NumTimeLevelsFromVarI(int var);
int CCTK_NumVars(void);