summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-24 22:43:34 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-24 22:43:34 +0000
commit5ba38c3a9476d0e73ec733084ebaa46b5c7b8642 (patch)
tree63977a6d8cd84201bc44361f809c86ef0998d3ce /src/comm
parent111e38c5451d6fa316a70a88d65a34664f49db44 (diff)
Changing some routine names.
Internal functions are CCTKi_ Utility functions are Util_ git-svn-id: http://svn.cactuscode.org/flesh/trunk@777 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/CactusDefaultComm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index a9d569f9..6fea7003 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -157,7 +157,7 @@ cGH *CactusDefaultSetupGH(tFleshConfig *config, int convergence_level)
thisGH->GroupData)
{
/* Traverse list of GH setup routines. */
- CCTK_SetupGHExtensions(config, convergence_level, thisGH);
+ CCTKi_SetupGHExtensions(config, convergence_level, thisGH);
retval = thisGH;
}