aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-16 14:12:17 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-16 14:12:17 +0000
commitdf5dab492f13adc5343dea9dd723cd99aef69c50 (patch)
tree21089c33c4839231e056294d5356a907df3f338a /src/include
parentb3b8caca4576c65537443ed3c9f20af9be0ced4f (diff)
* change $Id: to $Header:
* tweak comments git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@742 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.hh3
-rw-r--r--src/include/fake_cctk.h2
-rw-r--r--src/include/stdc.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/src/include/config.hh b/src/include/config.hh
index b5a61bd..d1dd414 100644
--- a/src/include/config.hh
+++ b/src/include/config.hh
@@ -37,6 +37,7 @@ typedef CCTK_INT integer;
//
// What types of Jacobian matrix storage do we want to compile in
// support for? N.b. each of these requires linking with the corresponding
-// linear-solver library; see ../make.configuration.defn for details.
+// linear-solver library; see "../make.configuration.defn" for details
+// on these libraries.
//
#define HAVE_DENSE_JACOBIAN
diff --git a/src/include/fake_cctk.h b/src/include/fake_cctk.h
index 3e62201..10410e8 100644
--- a/src/include/fake_cctk.h
+++ b/src/include/fake_cctk.h
@@ -1,5 +1,5 @@
/* fake_cctk.h -- fake "cctk.h" for non-Cactus standalone compilations */
-/* $Id$ */
+/* $Header$ */
typedef int CCTK_INT;
typedef double CCTK_REAL;
diff --git a/src/include/stdc.h b/src/include/stdc.h
index a3a929e..a46b6f7 100644
--- a/src/include/stdc.h
+++ b/src/include/stdc.h
@@ -1,5 +1,5 @@
/* stdc.h -- JT standard C/C++ header file, cut-down for modern code only */
-/* $Id$ */
+/* $Header$ */
/*
* ***** THIS VERSION IS FOR ANSI/ISO C AND C++ *****