Fixed Hisimhv2 Model for KLU
This commit is contained in:
parent
df6ac7813e
commit
5bc50952e9
|
|
@ -71,7 +71,13 @@ SPICEdev HSMHV2info = {
|
|||
/* DEVacct */ NULL,
|
||||
#endif
|
||||
/* DEVinstSize */ &HSMHV2iSize,
|
||||
/* DEVmodSize */ &HSMHV2mSize
|
||||
/* DEVmodSize */ &HSMHV2mSize,
|
||||
|
||||
#ifdef KLU
|
||||
/* DEVbindCSC */ NULL,
|
||||
/* DEVbindCSCComplex */ NULL,
|
||||
/* DEVbindCSCComplexToReal */ NULL,
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue