fixed usage to match documentation
This commit is contained in:
parent
2c206fd354
commit
1222a255ff
@ -343,7 +343,7 @@ void get_runtime_params_private(Euclid_dh ctx)
|
|||||||
Parser_dhReadInt(parser_dh, "-pc_ilu_levels", &ctx->level);
|
Parser_dhReadInt(parser_dh, "-pc_ilu_levels", &ctx->level);
|
||||||
|
|
||||||
if (Parser_dhHasSwitch(parser_dh, "-ilut")) {
|
if (Parser_dhHasSwitch(parser_dh, "-ilut")) {
|
||||||
Parser_dhReadDouble(parser_dh, "-dt", &ctx->droptol);
|
Parser_dhReadDouble(parser_dh, "-ilut", &ctx->droptol);
|
||||||
ctx->isScaled = true;
|
ctx->isScaled = true;
|
||||||
strcpy(ctx->algo_ilu, "ilut");
|
strcpy(ctx->algo_ilu, "ilut");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user