Browse Source

prevent c++ compiler warning

pre-master-46
dwarning 5 years ago
committed by Holger Vogt
parent
commit
cffd55363d
  1. 2
      src/include/ngspice/cktdefs.h

2
src/include/ngspice/cktdefs.h

@ -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]

Loading…
Cancel
Save