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.
This commit is contained in:
Tim Edwards 2022-12-19 14:37:11 -05:00
parent 013fff9f37
commit 28a2950439
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.5.243
1.5.244

View File

@ -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