Used IF_REAL instead of IF_FLAG

This commit is contained in:
Francesco Lannutti 2020-06-30 23:13:17 +02:00 committed by Holger Vogt
parent 49f6444957
commit 4d00b67b4d
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ static IFparm OPTtbl[] = {
#ifdef KLU
{ "sparse", OPT_SPARSE, IF_SET|IF_FLAG,
"Set SPARSE 1.3 as Direct Linear Solver" },
{ "klu_memgrow_factor", OPT_KLU_MEMGROW_FACTOR, IF_SET|IF_FLAG,
{ "klu_memgrow_factor", OPT_KLU_MEMGROW_FACTOR, IF_SET|IF_REAL,
"KLU Memory Grow Factor (default is 1.2)" }
#endif