summaryrefslogtreecommitdiff
path: root/src/main/CactusDefaultShutdown.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 16:07:44 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 16:07:44 +0000
commitffa73bdf03aa81df1b04b8205fadcca7e20206c3 (patch)
tree5ba971d5ba82565c998a984b7241441a16b1812b /src/main/CactusDefaultShutdown.c
parent9879b48a4a3169141ef68943e97fc538399fa0d8 (diff)
Removing warnings from rcsid variables.
Tidied include files a bit, removing a few cctk.h's, so I've introduced a few more warnings to fix git-svn-id: http://svn.cactuscode.org/flesh/trunk@1550 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CactusDefaultShutdown.c')
-rw-r--r--src/main/CactusDefaultShutdown.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/CactusDefaultShutdown.c b/src/main/CactusDefaultShutdown.c
index 03956f97..95f26d8a 100644
--- a/src/main/CactusDefaultShutdown.c
+++ b/src/main/CactusDefaultShutdown.c
@@ -21,6 +21,8 @@
static char *rcsid = "$Header$";
+CCTK_FILEVERSION(main_CactusDefaultShutdown_c)
+
#ifdef MPI
extern char MPI_Active;
#endif