aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-02-03 13:36:53 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-02-03 13:36:53 +0000
commit54ab3763e65147322f28ff3627484822192a4f86 (patch)
tree49608975e6e7ce9e7e3525c241a6987c141e8341 /src/gr
parent231e9aa227faf2ec587cc04307f557c75865bf51 (diff)
update interpolator error return codes
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@944 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr')
-rw-r--r--src/gr/expansion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gr/expansion.cc b/src/gr/expansion.cc
index 7751cb4..0ca256e 100644
--- a/src/gr/expansion.cc
+++ b/src/gr/expansion.cc
@@ -577,7 +577,7 @@ default:
//
// ***** handle any interpolation errors *****
//
-if (status == CCTK_ERROR_INTERP_POINT_X_RANGE)
+if (status == CCTK_ERROR_INTERP_POINT_OUTSIDE)
then {
// look in interpolator output table entries
// to see *which* point is out-of-range