Fixed Hisimhv2 Model for KLU

This commit is contained in:
Francesco Lannutti 2015-06-22 23:16:12 +02:00 committed by rlar
parent df6ac7813e
commit 5bc50952e9
1 changed files with 7 additions and 1 deletions

View File

@ -71,7 +71,13 @@ SPICEdev HSMHV2info = {
/* DEVacct */ NULL,
#endif
/* DEVinstSize */ &HSMHV2iSize,
/* DEVmodSize */ &HSMHV2mSize
/* DEVmodSize */ &HSMHV2mSize,
#ifdef KLU
/* DEVbindCSC */ NULL,
/* DEVbindCSCComplex */ NULL,
/* DEVbindCSCComplexToReal */ NULL,
#endif
};