aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-28 10:53:49 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-28 10:53:49 +0000
commit2fbe4681d0324bf2b02422a2abc55db3e4cac779 (patch)
treeb5d9960f2115649f04490a25b4901c02609b5dbd /src/gr
parent566611956aede6ede419737eefa1a9f60019a4b0 (diff)
fix a typo in checking the geometry interpolator status
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1152 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 3c25aad..c14b9f5 100644
--- a/src/gr/expansion.cc
+++ b/src/gr/expansion.cc
@@ -686,7 +686,7 @@ if (table_status == 1)
#endif
status = local_interpolator_status;
}
-else if (status == UTIL_ERROR_TABLE_NO_SUCH_KEY)
+else if (table_status == UTIL_ERROR_TABLE_NO_SUCH_KEY)
then {
// evidently the interpolators don't provide the
// local interpolator status