Added a comment about the remaining unsupported models on KLU when NGSPICE is launched

This commit is contained in:
Francesco Lannutti 2013-04-01 23:10:06 +02:00
parent dfe5d0c68c
commit ffebc437fc
1 changed files with 6 additions and 0 deletions

View File

@ -170,10 +170,13 @@ com_version(wordlist *wl)
#if defined KLU
"** Compiled with KLU Direct Linear Solver\n"
"** (ASRC, CPL, NDEV and URC models not supported yet)\n"
#elif defined SuperLU
"** Compiled with SuperLU Direct Linear Solver\n"
"** (ASRC, CPL, NDEV and URC models not supported yet)\n"
#elif defined UMFPACK
"** Compiled with UMFPACK Direct Linear Solver\n"
"** (ASRC, CPL, NDEV and URC models not supported yet)\n"
#else
"** Compiled with Sparse Direct Linear Solver\n"
#endif
@ -213,10 +216,13 @@ com_version(wordlist *wl)
#if defined KLU
"** Compiled with KLU Direct Linear Solver\n"
"** (ASRC, CPL, NDEV and URC models not supported yet)\n"
#elif defined SuperLU
"** Compiled with SuperLU Direct Linear Solver\n"
"** (ASRC, CPL, NDEV and URC models not supported yet)\n"
#elif defined UMFPACK
"** Compiled with UMFPACK Direct Linear Solver\n"
"** (ASRC, CPL, NDEV and URC models not supported yet)\n"
#else
"** Compiled with Sparse Direct Linear Solver\n"
#endif