aboutsummaryrefslogtreecommitdiff
path: root/src/gr/expansion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gr/expansion.cc')
-rw-r--r--src/gr/expansion.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gr/expansion.cc b/src/gr/expansion.cc
index b64a0b4..f10106e 100644
--- a/src/gr/expansion.cc
+++ b/src/gr/expansion.cc
@@ -683,13 +683,14 @@ if (status == CCTK_ERROR_INTERP_POINT_OUTSIDE)
CCTK_VWarn(warn_level, __LINE__, __FILE__, CCTK_THORNSTRING,
"\n"
"interpolate_geometry():\n"
-" the trial-horizon-surface point\n"
+" the trial-horizon-surface point [pt=%d]\n"
" global_(x,y,z)=(%g,%g,%g)\n"
" is outside the grid (or too close to the boundary)"
" in the %c%c direction!\n"
" (this may mean that driver::ghost_size is too small,\n"
" especially if any horizon crosses a symmetry boundary)"
,
+ error_pt,
global_x, global_y, global_z,
direction, axis);
}