aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryye00 <yye00@d60812e6-3970-4df4-986e-c251b06effeb>2005-10-21 15:34:02 +0000
committeryye00 <yye00@d60812e6-3970-4df4-986e-c251b06effeb>2005-10-21 15:34:02 +0000
commit28c3534fbb85dc0bdc02eb169fcdaf73eb7ee47d (patch)
tree2a3c1449b1c9ee845a15e1d180c45f3de0943093
parent279b46401ca0218134d46bb7c06000ff32362519 (diff)
These are the final changes to the reduction stuff. All tests passed.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@73 d60812e6-3970-4df4-986e-c251b06effeb
-rw-r--r--src/ReduceGA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReduceGA.c b/src/ReduceGA.c
index b63c233..df00aa7 100644
--- a/src/ReduceGA.c
+++ b/src/ReduceGA.c
@@ -257,7 +257,7 @@ static int ReduceGridArrays (const cGH *GH,
}
/* Create the parameter table if it is not there and add the bounds to it */
- if ( Util_TableQueryNKeys(param_table_handle) > 0)
+ if ( Util_TableQueryNKeys(param_table_handle) < 0)
{
created_local_par_table = 1;
param_table_handle = Util_TableCreate (UTIL_TABLE_FLAGS_DEFAULT);