Fix intro comment: NDEV is no longer supported in ngspice

This commit is contained in:
Holger Vogt 2023-07-21 00:14:19 +02:00
parent c11613d1f7
commit adc645d8e9
1 changed files with 0 additions and 2 deletions

View File

@ -186,7 +186,6 @@ com_version(wordlist *wl)
#ifdef KLU
"** Compiled with KLU Direct Linear Solver\n"
"** (NDEV model is not supported yet)\n"
#else
"** Compiled with Sparse Direct Linear Solver\n"
#endif
@ -231,7 +230,6 @@ com_version(wordlist *wl)
#ifdef KLU
"** Compiled with KLU Direct Linear Solver\n"
"** (NDEV model is not supported yet)\n"
#else
"** Compiled with Sparse Direct Linear Solver\n"
#endif