summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-14 09:27:54 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-14 09:27:54 +0000
commitff9bda189bd5095855f01bedd53fefe77b19d429 (patch)
treebfcb99011596eb40f42c8560a6ceb5186e9a136a /src/include
parentfd84f722129bff1f7bb88008b6477638bbc484e7 (diff)
Changed CCTKi_rfrTraverse to CCTK_rfrTraverse, as it needs to be callable from drivers.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@907 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cctk_GHExtensions.h2
-rw-r--r--src/include/rfrInterface.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/cctk_GHExtensions.h b/src/include/cctk_GHExtensions.h
index ff4d086b..99569477 100644
--- a/src/include/cctk_GHExtensions.h
+++ b/src/include/cctk_GHExtensions.h
@@ -30,7 +30,7 @@ int CCTKi_SetupGHExtensions(tFleshConfig *config,
int CCTKi_InitGHExtensions(cGH *GH);
-int CCTKi_rfrTraverseGHExtensions(cGH *GH, int rfrpoint);
+int CCTK_rfrTraverseGHExtensions(cGH *GH, int rfrpoint);
int CCTK_GHExtensionHandle(const char *name);
diff --git a/src/include/rfrInterface.h b/src/include/rfrInterface.h
index 19d62e26..23918b31 100644
--- a/src/include/rfrInterface.h
+++ b/src/include/rfrInterface.h
@@ -16,7 +16,7 @@
extern "C" {
#endif
-int CCTKi_rfrTraverse(cGH *GH, int rfrpoint);
+int CCTK_rfrTraverse(cGH *GH, int rfrpoint);
int CCTKi_rfrPrintTree(cGH *GH,void *rfr_top);
int CCTKi_rfrStorageOn(void *GH, int group);
int CCTKi_rfrStorageOff(void *GH, int group);