From 2d4549ad96f5a8bc115ca242b414a7af51949901 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 28 Apr 2020 17:18:57 +0200 Subject: [PATCH] There will be no default model paramaters without the minimum model line: J1 a b c JM1 .model JM1 njf --- src/spicelib/parser/inpgmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/parser/inpgmod.c b/src/spicelib/parser/inpgmod.c index d252b26d6..677e379ad 100644 --- a/src/spicelib/parser/inpgmod.c +++ b/src/spicelib/parser/inpgmod.c @@ -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); }