From 4c655b94f7b26c9c08e2b5fda3483779e75fbbcd Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Sun, 19 Jun 2016 16:23:18 +0200 Subject: [PATCH] fix the list of supported devices --- src/frontend/misccoms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index 71b66d50d..053c29c19 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -179,7 +179,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 @@ -219,7 +219,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