From e8cd3041a02ce557ddd907c63d3aafc7371a34fc Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 22 Aug 2003 11:06:16 +0000 Subject: Fixed a bug in LocalInterp_InterpLocalUniform() where a table iterator was accidentally created twice. This closes CactusBase/1582. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@175 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- src/Operator.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/Operator.c b/src/Operator.c index 6dad0ad..2fcd7c7 100644 --- a/src/Operator.c +++ b/src/Operator.c @@ -95,7 +95,6 @@ int LocalInterp_InterpLocalUniform (int num_dims, if (table >= 0) { /* loop through all table options */ - iterator = Util_TableItCreate (table); for (iterator = Util_TableItCreate (table); Util_TableItQueryIsNonNull (iterator) > 0 && Util_TableItQueryKeyValueInfo (iterator, sizeof (key), key, &type, -- cgit v1.2.3