From ffebc437fcae95c587536352cb628d1aeb81ab93 Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Mon, 1 Apr 2013 23:10:06 +0200 Subject: [PATCH] Added a comment about the remaining unsupported models on KLU when NGSPICE is launched --- src/frontend/misccoms.c | 6 ++++++ 1 file changed, 6 insertions(+) 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