diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index 7458a6fe0..7b69d689c 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -180,7 +180,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 @@ -225,7 +225,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