Browse Source

fix the list of supported devices

pre-master-46
Francesco Lannutti 10 years ago
committed by Holger Vogt
parent
commit
15e732dbb4
  1. 4
      src/frontend/misccoms.c

4
src/frontend/misccoms.c

@ -186,7 +186,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
@ -231,7 +231,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…
Cancel
Save