summaryrefslogtreecommitdiff
path: root/src/include/cctk_GHExtensions.h
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/cctk_GHExtensions.h
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/cctk_GHExtensions.h')
-rw-r--r--src/include/cctk_GHExtensions.h2
1 files changed, 1 insertions, 1 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);