Merge branch 'pre-master' of ssh://git.code.sf.net/p/ngspice/ngspice into pre-master

This commit is contained in:
Holger Vogt 2020-12-01 13:27:39 +01:00
commit ffd440fdd5
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ struct CKTcircuit {
STATistics *CKTstat; /* The STATistics structure */
double *(CKTstates[8]); /* Used as memory of past steps ??? */
double *CKTstates[8]; /* Used as memory of past steps ??? */
/* Some shortcut for CKTstates */
#define CKTstate0 CKTstates[0]