summaryrefslogtreecommitdiff
path: root/src/include/cctk_Groups.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctk_Groups.h')
-rw-r--r--src/include/cctk_Groups.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h
index e726ae32..4e058da5 100644
--- a/src/include/cctk_Groups.h
+++ b/src/include/cctk_Groups.h
@@ -44,11 +44,11 @@ int CCTK_VarTypeNumber(const char *type);
int CCTK_GroupScopeNumber(const char *type);
int CCTK_GroupData(int group,
- int *gtype,
- int *vtype,
- int *dim,
- int *n_variables,
- int *n_timelevels);
+ int *gtype,
+ int *vtype,
+ int *dim,
+ int *n_variables,
+ int *n_timelevels);
char *CCTK_VarName(int varnum);