mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
fix the list of supported devices
This commit is contained in:
@@ -179,7 +179,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
|
||||||
@@ -219,7 +219,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
|
||||||
|
|||||||
Reference in New Issue
Block a user