From adc645d8e9ef73c19e768b24e7a1c923fc549bf4 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 21 Jul 2023 00:14:19 +0200 Subject: [PATCH] Fix intro comment: NDEV is no longer supported in ngspice --- src/frontend/misccoms.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index f1a8ff867..d196c3707 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -186,7 +186,6 @@ com_version(wordlist *wl) #ifdef KLU "** Compiled with KLU Direct Linear Solver\n" - "** (NDEV model is not supported yet)\n" #else "** Compiled with Sparse Direct Linear Solver\n" #endif @@ -231,7 +230,6 @@ com_version(wordlist *wl) #ifdef KLU "** Compiled with KLU Direct Linear Solver\n" - "** (NDEV model is not supported yet)\n" #else "** Compiled with Sparse Direct Linear Solver\n" #endif