prevent c++ compiler warning
This commit is contained in:
parent
8aa49a587d
commit
7fa453bfeb
|
|
@ -77,7 +77,7 @@ struct CKTcircuit {
|
||||||
|
|
||||||
|
|
||||||
STATistics *CKTstat; /* The STATistics structure */
|
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 */
|
/* Some shortcut for CKTstates */
|
||||||
#define CKTstate0 CKTstates[0]
|
#define CKTstate0 CKTstates[0]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue