aboutsummaryrefslogtreecommitdiff
path: root/src/xyz_blended_boundary.F
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-06-17 16:08:47 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-06-17 16:08:47 +0000
commit029ef9272b798bc516b74d2561107b4c53159712 (patch)
tree94c121ce7c0fca8e86ea7f6ce3b6274a5e01ebfc /src/xyz_blended_boundary.F
parent4b47305dea9bf8a53597a34f27651d2ff245811a (diff)
fix a bug where the code said
CCTK_Equals("lapse_evolution_method","exact") when it should have said CCTK_Equals(lapse_evolution_method,"exact") Thanks to Thomas Radke for spotting this one! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@110 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'src/xyz_blended_boundary.F')
-rw-r--r--src/xyz_blended_boundary.F2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz_blended_boundary.F b/src/xyz_blended_boundary.F
index 98a3735..d596e79 100644
--- a/src/xyz_blended_boundary.F
+++ b/src/xyz_blended_boundary.F
@@ -54,7 +54,7 @@ C Other parameters.
doGij = (exblend_gs.eq.1)
doLapse = ((exblend_gauge.eq.1).and.
- $ (CCTK_Equals("lapse_evolution_method","exact").ne.0))
+ $ (CCTK_Equals(lapse_evolution_method,"exact").ne.0))
doShift = ((exblend_gauge.eq.1).and.
$ (CCTK_Equals(shift_evolution_method,"exact").ne.0))