Fixed a bug in CUSPICE
This commit is contained in:
parent
c7c2b6bd3f
commit
697bd8ea4f
|
|
@ -104,6 +104,12 @@ CKTsetup(CKTcircuit *ckt)
|
||||||
#ifdef USE_CUSPICE
|
#ifdef USE_CUSPICE
|
||||||
int status ;
|
int status ;
|
||||||
cusparseStatus_t cusparseStatus ;
|
cusparseStatus_t cusparseStatus ;
|
||||||
|
|
||||||
|
ckt->total_n_values = 0 ;
|
||||||
|
ckt->total_n_Ptr = 0 ;
|
||||||
|
|
||||||
|
ckt->total_n_valuesRHS = 0 ;
|
||||||
|
ckt->total_n_PtrRHS = 0 ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue