From 2fbe4681d0324bf2b02422a2abc55db3e4cac779 Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 28 Jul 2003 10:53:49 +0000 Subject: 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 --- src/gr/expansion.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3