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:
Holger Vogt 2020-04-28 17:18:57 +02:00
parent 064640da57
commit 2d4549ad96
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ INPgetMod(CKTcircuit *ckt, char *name, INPmodel **model, INPtables *tab)
#endif
*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);
}