Browse Source

Remove crash in CIDER example meclgate.cir

pre-master-46
Holger Vogt 3 years ago
parent
commit
4864f0a118
  1. 2
      src/maths/KLU/klusmp.c

2
src/maths/KLU/klusmp.c

@ -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…
Cancel
Save