From ff9bda189bd5095855f01bedd53fefe77b19d429 Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 14 Sep 1999 09:27:54 +0000 Subject: 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 --- src/include/cctk_GHExtensions.h | 2 +- src/include/rfrInterface.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') 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); -- cgit v1.2.3