EKV support: added a line I forgot in the previous commits.

This commit is contained in:
pnenzi 2001-05-17 20:15:17 +00:00
parent ec3351b96a
commit 0685cf4bb8
1 changed files with 5 additions and 1 deletions

View File

@ -167,7 +167,11 @@ INP2M (void *ckt, INPtables * tab, card * current)
&& thismodel->INPmodType != INPtypelook ("BSIM4")
&& thismodel->INPmodType != INPtypelook ("BSIM3V1")
&& thismodel->INPmodType != INPtypelook ("BSIM3V2")
&& thismodel->INPmodType != INPtypelook ("SOI3"))
&& thismodel->INPmodType != INPtypelook ("SOI3")
#ifdef HAVE_EKV
&& thismodel->INPmodType != INPtypelook ("EKV")
#endif
)
{
LITERR ("incorrect model type");
return;