There will be no default model paramaters without
the minimum model line: J1 a b c JM1 .model JM1 njf
This commit is contained in:
parent
064640da57
commit
2d4549ad96
|
|
@ -334,7 +334,7 @@ INPgetMod(CKTcircuit *ckt, char *name, INPmodel **model, INPtables *tab)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
*model = NULL;
|
*model = NULL;
|
||||||
return tprintf("Unable to find definition of model %s - default assumed\n", name);
|
return tprintf("Unable to find definition of model %s\n", name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue