Used IF_REAL instead of IF_FLAG
This commit is contained in:
parent
c68f740e85
commit
8e3fa72535
|
|
@ -344,7 +344,7 @@ static IFparm OPTtbl[] = {
|
||||||
#ifdef KLU
|
#ifdef KLU
|
||||||
{ "sparse", OPT_SPARSE, IF_SET|IF_FLAG,
|
{ "sparse", OPT_SPARSE, IF_SET|IF_FLAG,
|
||||||
"Set SPARSE 1.3 as Direct Linear Solver" },
|
"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)" }
|
"KLU Memory Grow Factor (default is 1.2)" }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue