Put the gmin reversal into the comment

This commit is contained in:
Holger Vogt 2021-11-19 17:27:32 +01:00
parent 6c7675ba88
commit 1685ab0159
1 changed files with 1 additions and 1 deletions

View File

@ -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) {