summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-25 00:18:55 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-25 00:18:55 +0000
commit560f7a089e7a4796b8aef037e1f0abfa30dae376 (patch)
treef90e913939c607b28b3e89416b9b6cc2df7027c0 /src/IO
parent0aaa0c279d5152b036eb1f1f5f7783650b0aabc4 (diff)
More names changes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@780 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/IO')
-rw-r--r--src/IO/OverloadIO.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/IO/OverloadIO.c b/src/IO/OverloadIO.c
index dac6dcaf..6ac8157c 100644
--- a/src/IO/OverloadIO.c
+++ b/src/IO/OverloadIO.c
@@ -22,13 +22,13 @@ static char *rcsid="$Header$";
#define OVERLOADABLE(name) OVERLOADABLE_DUMMYPROTOTYPE(name)
/* There are default versions for all overloadable IO functions */
-#define CCTK_DummyOutputGH CactusDefaultOutputGH
-#define CCTK_DummyOutputVarAsByMethod CactusDefaultOutputVarAsByMethod
+#define CCTKi_DummyOutputGH CactusDefaultOutputGH
+#define CCTKi_DummyOutputVarAsByMethod CactusDefaultOutputVarAsByMethod
#include "IOOverloadables.h"
-#undef CCTK_DummyOutputGH
-#undef CCTK_DummyOutputVarAsByMethod
+#undef CCTKi_DummyOutputGH
+#undef CCTKi_DummyOutputVarAsByMethod
#undef OVERLOADABLE
/* Create the overloadable function variables and the
@@ -60,14 +60,14 @@ int SetupIOFunctions(void)
#define OVERLOADABLE(name) OVERLOADABLE_CHECK(name)
/* There are default versions for all overloadable IO functions */
-#define CCTK_DummyOutputGH CactusDefaultOutputGH
-#define CCTK_DummyOutputVarAsByMethod CactusDefaultOutputVarAsByMethod
+#define CCTKi_DummyOutputGH CactusDefaultOutputGH
+#define CCTKi_DummyOutputVarAsByMethod CactusDefaultOutputVarAsByMethod
#include "IOOverloadables.h"
/* Reset the #define to prevent complications. */
-#undef CCTK_DummyOutputGH
-#undef CCTK_DummyOutputVarAsByMethod
+#undef CCTKi_DummyOutputGH
+#undef CCTKi_DummyOutputVarAsByMethod
#undef OVERLOADABLE