aboutsummaryrefslogtreecommitdiff
path: root/src/patch/makefile
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-16 14:15:48 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-16 14:15:48 +0000
commit3936e30b144fd1cb0d0463839d7d50521df93ac9 (patch)
tree9a17039c69f4d47dcabdf48afb674f70c69a4a48 /src/patch/makefile
parentdeecc38240c8aecb1f6b9ad22d7901b14c77f82e (diff)
* change from $Id: to $Header:
* change from local_coords::set_* to local_coords::coords_set_* to reduce risks of accidental name collisions * add integration_method__automatic_choice option to enum integration_method and to patch::decode_integration_method() and to patch::integration_coeff() git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@746 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/makefile')
-rw-r--r--src/patch/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/makefile b/src/patch/makefile
index c1b146e..2820a80 100644
--- a/src/patch/makefile
+++ b/src/patch/makefile
@@ -1,5 +1,5 @@
# Makefile for standalone test drivers in this directory
-# $Id: makefile,v 1.4 2002-07-08 13:54:54 jthorn Exp $
+# $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/patch/makefile,v 1.5 2002-09-16 14:15:48 jthorn Exp $
#
# CC, CXX = C and C++ compilers. Defaults are gcc and g++ if
# variables aren't set from command line or environment.