From c40ea0a56393c1a543c05af984fda7b0964b5dc7 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 23 Jul 2025 10:25:26 +0200 Subject: [PATCH] Revert "When adding 'set soacheck' to spinit or .spiceinit," This reverts commit 3e37603abb58f1f3c9ed0e936abeebd9c80b4ff3. --- src/frontend/inpcom.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index d7c8a99a0..e31118e76 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -1880,11 +1880,6 @@ static struct inp_read_t inp_read(FILE* fp, int call_depth, const char* dir_name comfile = TRUE; if (call_depth == 0 && !comfile) { - if (cp_getvar("soacheck", CP_BOOL, NULL, 0)) - insert_new_line(cc, copy(".param SWSOA=1"), 1, 0, "internal"); - else - insert_new_line(cc, copy(".param SWSOA=0"), 1, 0, "internal"); - if (!cp_getvar("no_auto_gnd", CP_BOOL, NULL, 0)) insert_new_line(cc, copy(".global gnd"), 1, 0, "internal"); else