aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorschnetter <>2002-03-26 12:22:00 +0000
committerschnetter <>2002-03-26 12:22:00 +0000
commit6608429cdf7fe663b485204b292b163979c6dce2 (patch)
treef190e1eaf9419401d6c7ac9535ff65f2790500f2 /Carpet/Carpet/src/variables.cc
parent6597a97dd2dbee2fec4a83dc831af3a0db072017 (diff)
Added CCTK_FILEVERSION macros.
darcs-hash:20020326122225-07bb3-0c7746df97fb64f00918be1bee33191fb9d44b0b.gz
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index 23c637099..c2d5d9bc6 100644
--- a/Carpet/Carpet/src/variables.cc
+++ b/Carpet/Carpet/src/variables.cc
@@ -5,7 +5,9 @@
#include "carpet.hh"
-static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.6 2002/01/09 21:15:11 schnetter Exp $";
+static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.7 2002/03/26 13:22:28 schnetter Exp $";
+
+CCTK_FILEVERSION(Carpet_variables_cc)