Browse Source

Fix bug 711 reported by Sonia Edward

pre-master-46
Holger Vogt 1 year ago
parent
commit
de7ae6e678
  1. 2
      src/spicelib/devices/hfet1/hfetinit.c

2
src/spicelib/devices/hfet1/hfetinit.c

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

Loading…
Cancel
Save