summaryrefslogtreecommitdiff
path: root/src/include/cctk_Groups.h
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-07 11:10:52 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-07 11:10:52 +0000
commitcbf06455e3dbed1780d907727d713929f74fe2c1 (patch)
tree17f0613f1663653ee39b1027dee552e572d7c76f /src/include/cctk_Groups.h
parentdd2df963239ec8ce9e82f8cfcf88292c15c5d487 (diff)
Fix indentation.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3759 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Groups.h')
-rw-r--r--src/include/cctk_Groups.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h
index 2a6602c1..9b44008c 100644
--- a/src/include/cctk_Groups.h
+++ b/src/include/cctk_Groups.h
@@ -37,8 +37,8 @@ extern "C"
int CCTK_StaggerVars(void);
int CCTK_DecomposeName(const char *fullname,
- char **implementation,
- char **name);
+ char **implementation,
+ char **name);
int CCTK_FirstVarIndex(const char *group);
int CCTK_FirstVarIndexI(int group);
@@ -92,7 +92,7 @@ const char *CCTK_VarTypeName(int vartype);
int CCTK_VarTypeSize(int vtype);
-const int *CCTKi_GroupLengthAsPointer(const char *fullgroupname);
+const int * CCTKi_GroupLengthAsPointer(const char *fullgroupname);
/* traverse a string of group and/or variable names */
int CCTK_TraverseString (const char *parsestring,