From ee4f42aba9b5dee97881269244f468b18f11378a Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 28 Feb 2026 17:26:22 +0100 Subject: [PATCH] Select deg per instance --- src/frontend/inpdeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/inpdeg.c b/src/frontend/inpdeg.c index 211b00613..60e051bd7 100644 --- a/src/frontend/inpdeg.c +++ b/src/frontend/inpdeg.c @@ -26,7 +26,7 @@ static int add_degmodel(struct card* deck, double* result); /* maximum number of models */ #define DEGMODMAX 64 -#define DEGSUBCKT +//#define DEGSUBCKT /* global pointer: results from first tran run */ NGHASHPTR degdatahash = NULL;