fix the list of supported devices
This commit is contained in:
parent
30165c437b
commit
4c655b94f7
|
|
@ -179,7 +179,7 @@ com_version(wordlist *wl)
|
|||
|
||||
#ifdef KLU
|
||||
"** 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
|
||||
"** Compiled with Sparse Direct Linear Solver\n"
|
||||
#endif
|
||||
|
|
@ -219,7 +219,7 @@ com_version(wordlist *wl)
|
|||
|
||||
#ifdef KLU
|
||||
"** 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
|
||||
"** Compiled with Sparse Direct Linear Solver\n"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue