Remove crash in CIDER example meclgate.cir
This commit is contained in:
parent
12d9394bd1
commit
4864f0a118
|
|
@ -1131,6 +1131,8 @@ SMPnewMatrixKLUforCIDER (SMPmatrix *Matrix, int size, unsigned int KLUmatrixIsCo
|
|||
Matrix->SMPkluMatrix->KLUmatrixBindStructForCIDER = NULL ;
|
||||
Matrix->SMPkluMatrix->KLUmatrixValueComplexCOOforCIDER = NULL ;
|
||||
|
||||
Matrix->SMPkluMatrix->KLUmatrixDiag = NULL ;
|
||||
|
||||
/* Initialize the KLU Common Data Structure */
|
||||
klu_defaults (Matrix->SMPkluMatrix->KLUmatrixCommon) ;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue