aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-11-17 17:32:00 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-11-17 17:32:00 +0000
commit486bb2d20162c7fa108f21ff06aae1aa23aa5819 (patch)
tree3866cfbedf30628ba966a49f4eed46ab1f7ee3fe /src
parent646423ef89c9baa24b6aa08007a28dcc68f52e1e (diff)
fix a typo in a comment, add a $Header: $ cvs tag
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@143 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'src')
-rw-r--r--src/include/Exact.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/Exact.inc b/src/include/Exact.inc
index 9dbb22c..d390993 100644
--- a/src/include/Exact.inc
+++ b/src/include/Exact.inc
@@ -1,5 +1,5 @@
c Exact.inc -- Misc Fortran 77/90 definitions for the whole thorn
-c
+c $Header$
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
@@ -9,7 +9,7 @@ c a few routines are written in C. At present Fortran 90 is used only
c for the "arbitrary slice" option (see the thorn guide for details).
c If this option is not needed, then the Fortran 90 code can all be
c #ifdef-ed out, allowing this thorn to be compiled on a system
-c having only Fortran~77 and C compilers (i.e. no Fortran 90 compiler).
+c having only Fortran 77 and C compilers (i.e. no Fortran 90 compiler).
c To do this, uncomment the following line:
c #define EXACT_NO_F90