From 9fef242c50ea01b1b0f6ef97462528c379f1440b Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 19 Dec 2025 12:56:11 +0100 Subject: [PATCH] Update comment to cktnumstates --- src/include/ngspice/cktdefs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/ngspice/cktdefs.h b/src/include/ngspice/cktdefs.h index 60a07db02..0610b34b1 100644 --- a/src/include/ngspice/cktdefs.h +++ b/src/include/ngspice/cktdefs.h @@ -161,8 +161,7 @@ struct CKTcircuit { /* This define should be somewhere else ??? */ #define NODENAME(ckt,nodenum) CKTnodName(ckt,nodenum) - int CKTnumStates; /* Number of sates effectively valid - ??? */ + int CKTnumStates; /* Number of states summed up over all device instances */ long CKTmode; /* Mode of operation of the circuit ??? */