Fixed a bug in CUSPICE
This commit is contained in:
parent
7f13265605
commit
4e2d7fa27f
|
|
@ -100,6 +100,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