update KLU code

This commit is contained in:
h_vogt 2016-10-18 21:18:51 +02:00
parent 60f5d7eb7c
commit 411e9168ae
2 changed files with 2 additions and 0 deletions

View File

@ -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 */

View File

@ -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 */