From bff90f14988ab8e16466d5488242d5809677096c Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 19 Nov 2021 17:27:32 +0100 Subject: [PATCH] Put the gmin reversal into the comment --- src/spicelib/analysis/cktop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/analysis/cktop.c b/src/spicelib/analysis/cktop.c index ea828ec9f..51588ffec 100644 --- a/src/spicelib/analysis/cktop.c +++ b/src/spicelib/analysis/cktop.c @@ -58,7 +58,7 @@ CKTop (CKTcircuit *ckt, long int firstmode, long int continuemode, if (cp_getvar("dyngmin", CP_BOOL, NULL, 0)) { converged = dynamic_gmin(ckt, firstmode, continuemode, iterlim); } - /* first the new gmin, then the old gmin */ + /* first the old gmin, then the new gmin */ else { converged = dynamic_gmin(ckt, firstmode, continuemode, iterlim); if(converged != 0) {