fixed usage to match documentation

This commit is contained in:
ulrikey 2007-11-30 21:36:39 +00:00
parent 2c206fd354
commit 1222a255ff

View File

@ -343,7 +343,7 @@ void get_runtime_params_private(Euclid_dh ctx)
Parser_dhReadInt(parser_dh, "-pc_ilu_levels", &ctx->level);
if (Parser_dhHasSwitch(parser_dh, "-ilut")) {
Parser_dhReadDouble(parser_dh, "-dt", &ctx->droptol);
Parser_dhReadDouble(parser_dh, "-ilut", &ctx->droptol);
ctx->isScaled = true;
strcpy(ctx->algo_ilu, "ilut");
}