aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2001-05-10 17:21:31 +0000
committerallen <allen@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2001-05-10 17:21:31 +0000
commit0cbab1a2b6d1e1cd493255441836031cf125ee7a (patch)
treef6292d8f853b3842432e18037eb49602b5e40121 /src
parent4dc60f164624e5ed432c34a57b219e7f1761155e (diff)
CCTK_FILEVERSION
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@40 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
Diffstat (limited to 'src')
-rw-r--r--src/Advertise.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Advertise.c b/src/Advertise.c
index 2aee8e4..d291295 100644
--- a/src/Advertise.c
+++ b/src/Advertise.c
@@ -4,6 +4,11 @@
#include "cctk_FortranString.h"
#include "CactusBase/IOUtil/src/ioutil_AdvertisedFiles.h"
+
+static const char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(CactusEinstein_Extract_Advertise_c)
+
void CCTK_FCALL CCTK_FNAME(Extract_Advertise)
(cGH *GH, ONE_FORTSTRING_ARG);