aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-16 14:12:52 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-16 14:12:52 +0000
commit133540dc0b97eff7c395e6f8f37ac97d2db3e188 (patch)
treef78fb8d0e38311ddf644e03e70b383f076e534a1 /src
parent849f90347255f4a2cc17e7e0a35a3c3c78472d95 (diff)
change '$Id:' to '$Header:'
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@744 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/jtutil/error_exit.c2
-rw-r--r--src/jtutil/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/jtutil/error_exit.c b/src/jtutil/error_exit.c
index 26acdf7..b93e0cf 100644
--- a/src/jtutil/error_exit.c
+++ b/src/jtutil/error_exit.c
@@ -1,5 +1,5 @@
/* error_exit -- print an error message and exit */
-/* $Id$ */
+/* $Header$ */
/*
* error_exit -- print an error message and exit
*/
diff --git a/src/jtutil/makefile b/src/jtutil/makefile
index 40a7675..2b2c4c6 100644
--- a/src/jtutil/makefile
+++ b/src/jtutil/makefile
@@ -1,5 +1,5 @@
# Makefile for standalone test drivers in this directory
-# $Id: makefile,v 1.5 2002-07-08 13:48:47 jthorn Exp $
+# $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/jtutil/makefile,v 1.6 2002-09-16 14:12:52 jthorn Exp $
#
# CC, CXX = C and C++ compilers. Defaults are gcc and g++ if
# variables aren't set from command line or environment.