aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortradke <tradke@e296648e-0e4f-0410-bd07-d597d9acff87>2003-06-26 14:29:15 +0000
committertradke <tradke@e296648e-0e4f-0410-bd07-d597d9acff87>2003-06-26 14:29:15 +0000
commitf07fbf370afd69ff287a54dcfe87305fce096ee4 (patch)
tree71f5f0f01add84100a7e6ca4a010ae1b95248a8b /src
parentbb504c5b52d119ae604b7efcf2396bbd778a9c89 (diff)
Removed single-quotes in comment lines so that it passes the preprocessor.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@191 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'src')
-rw-r--r--src/decode_pars.F774
-rw-r--r--src/slice_evolve.F2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/decode_pars.F77 b/src/decode_pars.F77
index 98c07a2..1fca945 100644
--- a/src/decode_pars.F77
+++ b/src/decode_pars.F77
@@ -86,7 +86,7 @@ c black hole spacetimes
c cosmological spacetimes
elseif (CCTK_Equals(exact_model, "Lemaitre") .ne. 0) then
decoded_exact_model = EXACT__Lemaitre
-C this metric doesn't work and has been moved to ../archive/
+C this metric doesnt work and has been moved to ../archive/
CC elseif (CCTK_Equals(exact_model, "Robertson-Walker") .ne. 0) then
CC decoded_exact_model = EXACT__Robertson_Walker
elseif (CCTK_Equals(exact_model, "de Sitter") .ne. 0) then
@@ -146,7 +146,7 @@ c
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
CCC
-CCC this metric doesn't work and has been moved to ../archive/
+CCC this metric doesnt work and has been moved to ../archive/
CCc
CCc parameters for Robertson-Walker spacetime
CCc
diff --git a/src/slice_evolve.F b/src/slice_evolve.F
index 2503c43..c074ec5 100644
--- a/src/slice_evolve.F
+++ b/src/slice_evolve.F
@@ -3,7 +3,7 @@ C $Header$
C
C Note that this code ignores any conformal factor set by the model,
-C and thus won't work for models which try to set a conformal factor.
+C and thus wont work for models which try to set a conformal factor.
C At present "Minkowski/conf wave" is the only such model.
C