summaryrefslogtreecommitdiff
path: root/src/main/flesh.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/flesh.cc')
-rw-r--r--src/main/flesh.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/flesh.cc b/src/main/flesh.cc
index 2644fcb8..ac02a272 100644
--- a/src/main/flesh.cc
+++ b/src/main/flesh.cc
@@ -23,7 +23,7 @@ static char *rcsid = "$Id$";
going to be any c++ at all in your program.
@enddesc
- @calls InitialiseCactus Initialise Evolve Shutdown ShutdownCactus
+ @calls CCTKi_InitialiseCactus Initialise Evolve Shutdown ShutdownCactus
@calledby
@history
@@ -50,7 +50,7 @@ int main(int argc, char **argv)
/* Initialise any cactus specific stuff.
*/
- InitialiseCactus(&argc, &argv, &ConfigData);
+ CCTKi_InitialiseCactus(&argc, &argv, &ConfigData);
/* This is a (c-linkage) routine which has been registered by a thorn.
*/
@@ -66,7 +66,7 @@ int main(int argc, char **argv)
/* Shut down any cactus specific stuff.
*/
- ShutdownCactus(&ConfigData);
+ CCTKi_ShutdownCactus(&ConfigData);
return 0;
}