summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-13 20:02:07 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-13 20:02:07 +0000
commitc75e2a83cb9261b95f73d25433656e48cddf197a (patch)
tree9e687a33abd978e193f793e04208d98a65667d8f /src/IO
parent807e7635ade1d1021c72702c33cf618b7f938d72 (diff)
Correcting function names
git-svn-id: http://svn.cactuscode.org/flesh/trunk@256 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/IO')
-rw-r--r--src/IO/Overload.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/IO/Overload.c b/src/IO/Overload.c
index b908fe5e..7ff774c4 100644
--- a/src/IO/Overload.c
+++ b/src/IO/Overload.c
@@ -23,12 +23,12 @@ static char *rcsid="$Header$";
/* There are default versions for all overloadable IO functions */
#define CCTK_DummyOutputGH CactusDefaultOutputGH
-#define CCTK_DummyOutputVarAs CactusDefaultOutputVarAs
+#define CCTK_DummyOutputVarAsByMethod CactusDefaultOutputVarAsByMethod
#include "IOOverloadables.h"
#undef CCTK_DummyOutputGH
-#undef CCTK_DummyOutputVarAs
+#undef CCTK_DummyOutputVarAsByMethod
#undef OVERLOADABLE(name)
/* Create the overloadable function variables and the
@@ -61,13 +61,13 @@ int SetupIOFunctions(void)
/* There are default versions for all overloadable IO functions */
#define CCTK_DummyOutputGH CactusDefaultOutputGH
-#define CCTK_DummyOutputVarAs CactusDefaultOutputVarAs
+#define CCTK_DummyOutputVarAsByMethod CactusDefaultOutputVarAsByMethod
#include "IOOverloadables.h"
/* Reset the #define to prevent complications. */
#undef CCTK_DummyOutputGH
-#undef CCTK_DummyOutputVarAs
+#undef CCTK_DummyOutputVarAsByMethod
#undef OVERLOADABLE(name)