fix the list of supported devices
This commit is contained in:
parent
e73dae237e
commit
15e732dbb4
|
|
@ -186,7 +186,7 @@ com_version(wordlist *wl)
|
||||||
|
|
||||||
#ifdef KLU
|
#ifdef KLU
|
||||||
"** Compiled with KLU Direct Linear Solver\n"
|
"** Compiled with KLU Direct Linear Solver\n"
|
||||||
"** (ASRC, CPL, NDEV and URC models not supported yet)\n"
|
"** (NDEV and URC models not supported yet)\n"
|
||||||
#else
|
#else
|
||||||
"** Compiled with Sparse Direct Linear Solver\n"
|
"** Compiled with Sparse Direct Linear Solver\n"
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -231,7 +231,7 @@ com_version(wordlist *wl)
|
||||||
|
|
||||||
#ifdef KLU
|
#ifdef KLU
|
||||||
"** Compiled with KLU Direct Linear Solver\n"
|
"** Compiled with KLU Direct Linear Solver\n"
|
||||||
"** (ASRC, CPL, NDEV and URC models not supported yet)\n"
|
"** (NDEV and URC models not supported yet)\n"
|
||||||
#else
|
#else
|
||||||
"** Compiled with Sparse Direct Linear Solver\n"
|
"** Compiled with Sparse Direct Linear Solver\n"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue