Browse Source

case sensitiv for ekv

pre-master-46
dwarning 19 years ago
parent
commit
bd92e84218
  1. 2
      src/spicelib/parser/inp2m.c

2
src/spicelib/parser/inp2m.c

@ -211,7 +211,7 @@ INP2M (void *ckt, INPtables * tab, card * current)
&& thismodel->INPmodType != INPtypelook ("NUMOS")
#endif
#ifdef ADMS
&& thismodel->INPmodType != INPtypelook ("EKV")
&& thismodel->INPmodType != INPtypelook ("ekv")
&& thismodel->INPmodType != INPtypelook ("psp102")
#endif
&& thismodel->INPmodType != INPtypelook ("HiSIM1")

Loading…
Cancel
Save