update KLU code
This commit is contained in:
parent
60f5d7eb7c
commit
411e9168ae
|
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
|
||||
#include "ngspice/btf.h"
|
||||
#include "ngspice/defines.h"
|
||||
#include "btf_internal.h"
|
||||
|
||||
#define UNVISITED (-2) /* Flag [j] = UNVISITED if node j not visited yet */
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
#include "ngspice/klu.h"
|
||||
#include "ngspice/btf.h"
|
||||
#include "klu_version.h"
|
||||
#include "klu_proto.h"
|
||||
|
||||
/* ========================================================================== */
|
||||
/* make sure debugging and printing is turned off */
|
||||
|
|
|
|||
Loading…
Reference in New Issue