Browse Source

Fix intro comment: NDEV is no longer supported in ngspice

pre-master-46
Holger Vogt 3 years ago
parent
commit
adc645d8e9
  1. 2
      src/frontend/misccoms.c

2
src/frontend/misccoms.c

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

Loading…
Cancel
Save