From 28a29504390d53cd3748ff2636be112ef299da0b Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Mon, 19 Dec 2022 14:37:11 -0500 Subject: [PATCH] Modified netgen output to not print information about combining individual components in parallel and series as it reduces the networks. This information is available in total in the cell summary. --- VERSION | 2 +- base/netcmp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ed9bc22..dcec828 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.243 +1.5.244 diff --git a/base/netcmp.c b/base/netcmp.c index 3dd3e70..76aedcc 100644 --- a/base/netcmp.c +++ b/base/netcmp.c @@ -5229,7 +5229,7 @@ int PropertyOptimize(struct objlist *ob, struct nlist *tp, int run, int series, } } } - if (changed > 0) { + if ((Debug == TRUE) && (changed > 0)) { if (series) Printf("Combined %d series devices.\n", changed); else