summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-16 15:01:15 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-16 15:01:15 +0000
commit5a22cad310f92661997a70a2546303686e9506fe (patch)
treeb43f5d7257d7c817617acb95ee80964d663d115c
parentd6789e1feee3741a58c57eb5e918ce10699f4f57 (diff)
Added CactusDefaultInterpGridArrays() as default overloadable function for
CCTK_InterpGridArrays(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@3046 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/comm/OverloadComm.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/comm/OverloadComm.c b/src/comm/OverloadComm.c
index 213d9416..0d3d890e 100644
--- a/src/comm/OverloadComm.c
+++ b/src/comm/OverloadComm.c
@@ -40,6 +40,8 @@ CCTK_FILEVERSION(comm_OverloadComm_c);
#define CCTKi_DummyGroupStorageIncrease CactusDefaultGroupStorageIncrease
#define CCTKi_DummyGroupStorageDecrease CactusDefaultGroupStorageDecrease
+#define CCTKi_DummyInterpGridArrays CactusDefaultInterpGridArrays
+
#include "CommOverloadables.h"
/* Reset the #define to prevent complications. */
@@ -55,6 +57,8 @@ CCTK_FILEVERSION(comm_OverloadComm_c);
#undef CCTKi_DummyGroupStorageIncrease
#undef CCTKi_DummyGroupStorageDecrease
+#undef CactusDefaultInterpGridArrays
+
#undef OVERLOADABLE
/* Create the overloadable function variables and the
@@ -99,6 +103,8 @@ int CCTKi_SetupCommFunctions(void)
#define CCTKi_DummyGroupStorageIncrease CactusDefaultGroupStorageIncrease
#define CCTKi_DummyGroupStorageDecrease CactusDefaultGroupStorageDecrease
+#define CCTKi_DummyInterpGridArrays CactusDefaultInterpGridArrays
+
#include "CommOverloadables.h"
/* Reset the #define to prevent complications. */