From 5bc50952e966162b723f690553b812bfefbb9a91 Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Mon, 22 Jun 2015 23:16:12 +0200 Subject: [PATCH] Fixed Hisimhv2 Model for KLU --- src/spicelib/devices/hisimhv2/hsmhv2init.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/spicelib/devices/hisimhv2/hsmhv2init.c b/src/spicelib/devices/hisimhv2/hsmhv2init.c index 558687aaf..f0ad0ef0b 100644 --- a/src/spicelib/devices/hisimhv2/hsmhv2init.c +++ b/src/spicelib/devices/hisimhv2/hsmhv2init.c @@ -71,7 +71,13 @@ SPICEdev HSMHV2info = { /* DEVacct */ NULL, #endif /* DEVinstSize */ &HSMHV2iSize, - /* DEVmodSize */ &HSMHV2mSize + /* DEVmodSize */ &HSMHV2mSize, + +#ifdef KLU + /* DEVbindCSC */ NULL, + /* DEVbindCSCComplex */ NULL, + /* DEVbindCSCComplexToReal */ NULL, +#endif };