aboutsummaryrefslogtreecommitdiff
path: root/src/gr/expansion.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-06 18:16:34 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-06 18:16:34 +0000
commitb3852cae4be58229e86db870c91adab644e0fd3b (patch)
tree6695fe875fe232c7b8f1801ae1237b5dd699bf8e /src/gr/expansion.cc
parent09c9d37c5f20c98e7d560dc14046c101ef3f9d27 (diff)
if we get the error code CCTK_ERROR_INTERP_POINT_OUTSIDE back from
the geometry interpolator, add text to the error message to say that in a uniprocessor run, this can also be caused by too small a driver::ghost_size git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1051 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr/expansion.cc')
-rw-r--r--src/gr/expansion.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gr/expansion.cc b/src/gr/expansion.cc
index 36c1c92..7e962d0 100644
--- a/src/gr/expansion.cc
+++ b/src/gr/expansion.cc
@@ -690,6 +690,8 @@ if (status == CCTK_ERROR_INTERP_POINT_OUTSIDE)
" global_(x,y,z)=(%g,%g,%g)\n"
" is outside the grid (or too close to the boundary)"
" in the %c%c direction!\n"
+" (in a uniprocessor run, this can also be caused by having\n"
+" driver::ghost_size too small for this geometry interpolator)\n"
,
error_pt,
global_x, global_y, global_z,