prevent c++ compiler warning

This commit is contained in:
dwarning 2020-11-30 22:39:55 +01:00 committed by Holger Vogt
parent c43c6f6ca4
commit cffd55363d
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]