summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 09:41:47 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 09:41:47 +0000
commitbd1f9432a43ab2d1aad91a7323b41309be4cadd0 (patch)
tree5f6e89a698f57fb0c080a28ee797c73a9857cbf1 /src/main
parent5a17d4f80ebbbc5c92410295a2a31d320e9606e1 (diff)
Function name changes
Include file tidying git-svn-id: http://svn.cactuscode.org/flesh/trunk@1291 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main')
-rw-r--r--src/main/ShutdownCactus.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/ShutdownCactus.c b/src/main/ShutdownCactus.c
index f4c3a37f..6bdcd385 100644
--- a/src/main/ShutdownCactus.c
+++ b/src/main/ShutdownCactus.c
@@ -10,16 +10,16 @@
#include <stdio.h>
#include <stdlib.h>
-#include "cctk.h"
+#include "cctk_Flesh.h"
+#include "cctk_Misc.h"
#include "cctk_Schedule.h"
-
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
static char *rcsid = "$Id$";
/*@@
- @routine ShutdownCactus
+ @routine CCTKi_ShutdownCactus
@date Mon Sep 28 14:50:50 1998
@author Tom Goodale
@desc
@@ -32,7 +32,7 @@ static char *rcsid = "$Id$";
@endhistory
@@*/
-int ShutdownCactus(tFleshConfig *ConfigData)
+int CCTKi_ShutdownCactus(tFleshConfig *ConfigData)
{
DECLARE_CCTK_PARAMETERS