aboutsummaryrefslogtreecommitdiff
path: root/src/gr/driver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gr/driver.cc')
-rw-r--r--src/gr/driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gr/driver.cc b/src/gr/driver.cc
index fe64dce..e95c783 100644
--- a/src/gr/driver.cc
+++ b/src/gr/driver.cc
@@ -200,7 +200,7 @@ else CCTK_VWarn(-1, __LINE__, __FILE__, CCTK_THORNSTRING,
//
if (STRING_EQUAL(method, "horizon"))
then {
- horizon_function(ps, cgi, gii);
+ horizon_function(ps, cgi, gii, false);
ps.print_gridfn_with_xyz(nominal_gfns::gfn__H,
true, ghosted_gfns::gfn__h,
"H.dat");