From 560f7a089e7a4796b8aef037e1f0abfa30dae376 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 25 Jul 1999 00:18:55 +0000 Subject: More names changes git-svn-id: http://svn.cactuscode.org/flesh/trunk@780 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/IO/OverloadIO.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/IO') 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 -- cgit v1.2.3