diff --git a/src/spicelib/parser/inp2m.c b/src/spicelib/parser/inp2m.c index 29a078b16..f5aa6aee5 100644 --- a/src/spicelib/parser/inp2m.c +++ b/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")