|
|
@ -135,14 +135,14 @@ char *INPdomodel(void *ckt, card * image, INPtables * tab) |
|
|
type = INPtypelook("MESA"); |
|
|
type = INPtypelook("MESA"); |
|
|
if (type < 0) |
|
|
if (type < 0) |
|
|
{ |
|
|
{ |
|
|
err = INPmkTemp("Device type MES2 not availabe\n"); |
|
|
|
|
|
|
|
|
err = INPmkTemp("Device type MESA not availabe\n"); |
|
|
} |
|
|
} |
|
|
break; |
|
|
break; |
|
|
case 3: |
|
|
case 3: |
|
|
type = INPtypelook("MESA"); |
|
|
type = INPtypelook("MESA"); |
|
|
if (type < 0) |
|
|
if (type < 0) |
|
|
{ |
|
|
{ |
|
|
err = INPmkTemp("Device type MES2 not availabe\n"); |
|
|
|
|
|
|
|
|
err = INPmkTemp("Device type MESA not availabe\n"); |
|
|
} |
|
|
} |
|
|
break; |
|
|
break; |
|
|
case 4: |
|
|
case 4: |
|
|
@ -168,7 +168,7 @@ char *INPdomodel(void *ckt, card * image, INPtables * tab) |
|
|
break; |
|
|
break; |
|
|
|
|
|
|
|
|
default: |
|
|
default: |
|
|
err = INPmkTemp("only mesfet device level 1 and hfet level 5-6 supported\n"); |
|
|
|
|
|
|
|
|
err = INPmkTemp("only mesfet device level 1-4 and hfet level 5-6 supported\n"); |
|
|
break; |
|
|
break; |
|
|
} |
|
|
} |
|
|
INPmakeMod(modname, type, image); |
|
|
INPmakeMod(modname, type, image); |
|
|
|