aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-08-22 11:06:16 +0000
committertradke <tradke@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-08-22 11:06:16 +0000
commite8cd3041a02ce557ddd907c63d3aafc7371a34fc (patch)
treea00d673573310b43b2ef52594056905bef775c68
parentd4f2ac2e51c5463c2214b94bb6e5e86c208b6f65 (diff)
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
-rw-r--r--src/Operator.c1
1 files changed, 0 insertions, 1 deletions
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,