fix the list of supported devices

This commit is contained in:
Francesco Lannutti 2016-06-19 16:23:18 +02:00 committed by rlar
parent f0c156c255
commit 0441fbf3fa
1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,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
@ -224,7 +224,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