summaryrefslogtreecommitdiff
path: root/src/main/RecordImplementation.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 09:45:35 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 09:45:35 +0000
commit61da3a6c15e53532f849763e4fc7133f415b038e (patch)
tree8fbcbf7a9899355b6c18199949c7600aa95a0432 /src/main/RecordImplementation.c
parentbd1f9432a43ab2d1aad91a7323b41309be4cadd0 (diff)
CCTK function name changes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1292 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/RecordImplementation.c')
-rw-r--r--src/main/RecordImplementation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/RecordImplementation.c b/src/main/RecordImplementation.c
index b5bdf9f1..600b4371 100644
--- a/src/main/RecordImplementation.c
+++ b/src/main/RecordImplementation.c
@@ -25,7 +25,7 @@ static pNamedData *implementation_data = NULL;
/*@@
- @routine CCTK_RecordImplementation
+ @routine CCTKi_RegisterImplementation
@date Wed Jan 13 23:23:00 1999
@author Tom Goodale
@desc
@@ -38,7 +38,7 @@ static pNamedData *implementation_data = NULL;
@endhistory
@@*/
-int CCTK_RecordImplementation(const char *implementation,
+int CCTKi_RegisterImplementation(const char *implementation,
const char *thorn)
{
int retval;