Make pred available always
This commit is contained in:
parent
c51dcb67a3
commit
8d21c8e79b
|
|
@ -123,8 +123,8 @@ struct CKTcircuit {
|
||||||
(imag) */
|
(imag) */
|
||||||
double *CKTirhsOld; /* previous rhs value (imaginary)*/
|
double *CKTirhsOld; /* previous rhs value (imaginary)*/
|
||||||
double *CKTirhsSpare; /* spare rhs value (imaginary)*/
|
double *CKTirhsSpare; /* spare rhs value (imaginary)*/
|
||||||
#ifdef PREDICTOR
|
|
||||||
double *CKTpred; /* predicted solution vector */
|
double *CKTpred; /* predicted solution vector */
|
||||||
|
#ifdef PREDICTOR
|
||||||
double *CKTsols[8]; /* previous 8 solutions */
|
double *CKTsols[8]; /* previous 8 solutions */
|
||||||
#endif /* PREDICTOR */
|
#endif /* PREDICTOR */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue