aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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