Remove crash in CIDER example meclgate.cir

This commit is contained in:
Holger Vogt 2023-07-17 15:17:41 +02:00
parent 12d9394bd1
commit 4864f0a118
1 changed files with 2 additions and 0 deletions

View File

@ -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) ;