From 9f6c00a536a16d09f70cf5c441268e64d06af729 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 13 Sep 2025 17:54:25 +0200 Subject: [PATCH] Always call the function. Inside it will be decided, depending on not having ngbehavior=de, to disregard the agemodels. --- src/frontend/inpcom.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 930c914fa..848035939 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -1101,8 +1101,7 @@ struct card *inp_readall(FILE *fp, const char *dir_name, const char* file_name, inp_check_syntax(working); /* collect .agemodel data */ - if (newcompat.de) - readdegparams(working); + readdegparams(working); if (newcompat.lt && newcompat.a) ltspice_compat_a(working);