diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index 7a39aa721..b6902e78a 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -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