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.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/flesh.cc b/src/main/flesh.cc
index c6943494..e80a43d1 100644
--- a/src/main/flesh.cc
+++ b/src/main/flesh.cc
@@ -9,6 +9,7 @@
#include <stdio.h>
#include "flesh.h"
+#include "CactusMainFunctions.h"
static char *rcsid = "$Id$";
@@ -53,15 +54,15 @@ int main(int argc, char **argv)
/* This is a (c-linkage) routine which has been registered by a thorn.
*/
- Initialise(&ConfigData);
+ CCTK_Initialise(&ConfigData);
/* This is a (c-linkage) routine which has been registered by a thorn.
*/
- Evolve(&ConfigData);
+ CCTK_Evolve(&ConfigData);
/* This is a (c-linkage) routine which has been registered by a thorn.
*/
- Shutdown(&ConfigData);
+ CCTK_Shutdown(&ConfigData);
/* Shut down any cactus specific stuff.
*/