From 18b3328ab8d565214a9a63bdac5e923045a5358c Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 18 May 2009 09:21:20 +0000 Subject: bugfix: remove correct key from options list table in routine SetOutputVar() so that no false warning is issued anymore about an option with unrecognized key 'reductions' git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@270 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- src/Utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils.c b/src/Utils.c index 23ebba8..10de8c8 100644 --- a/src/Utils.c +++ b/src/Utils.c @@ -1053,7 +1053,7 @@ static void SetOutputVar (int vindex, const char *optstring, void *arg) "Option 'reductions' will be ignored for %s output " "of variable '%s'", info->method_name, fullname); } - Util_TableDeleteKey (table, "compression_level"); + Util_TableDeleteKey (table, "reductions"); } /* warn about unrecognized options */ -- cgit v1.2.3