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:
parent
013fff9f37
commit
28a2950439
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue