Fix bug 711 reported by Sonia Edward

This commit is contained in:
Holger Vogt 2024-10-25 23:41:42 +02:00
parent 3d6d0d880a
commit de7ae6e678
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ SPICEdev HFETAinfo = {
#ifdef KLU
.DEVbindCSC = HFETAbindCSC,
.DEVbindCSCComplex = HFETAbindCSC,
.DEVbindCSCComplex = HFETAbindCSCComplex,
.DEVbindCSCComplexToReal = HFETAbindCSCComplexToReal,
#endif
};