summaryrefslogtreecommitdiff
path: root/src/include/CommOverloadables.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-17 12:45:50 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-17 12:45:50 +0000
commitbbd6dcd5d4f1d0409dce045bd866771ff06fca85 (patch)
tree6244ed024fcd1fc2747b1fcd108094802914e52d /src/include/CommOverloadables.h
parent53b6ac14a0dccc345bab160446c0236a90b05c88 (diff)
Updating headers, removing constants to the new cctk_constants.h
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1043 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/CommOverloadables.h')
-rw-r--r--src/include/CommOverloadables.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/CommOverloadables.h b/src/include/CommOverloadables.h
index 8a34d6dc..56f199ab 100644
--- a/src/include/CommOverloadables.h
+++ b/src/include/CommOverloadables.h
@@ -9,6 +9,8 @@
@version $Header$
@@*/
+#include "cctk_Flesh.h"
+
#ifdef ARGUMENTS
#undef ARGUMENTS
#endif
@@ -42,13 +44,13 @@ OVERLOADABLE(Abort)
#undef ARGUMENTS
#define ARGUMENTS tFleshConfig *config, int convergence_level
#undef RETURN_TYPE
-#define RETURN_TYPE cGH *
+#define RETURN_TYPE cGH *
OVERLOADABLE(SetupGH)
#undef ARGUMENTS
#define ARGUMENTS cGH *GH, int dir, int group, const char *groupname
#undef RETURN_TYPE
-#define RETURN_TYPE int *
+#define RETURN_TYPE int *
OVERLOADABLE(ArrayGroupSizeB)
#undef ARGUMENTS