Merge branch 'master' into netgen-1.5

This commit is contained in:
Tim Edwards 2024-03-05 02:00:02 -05:00
commit f3dccd0728
2 changed files with 69 additions and 69 deletions

View File

@ -1 +1 @@
1.5.271 1.5.272

View File

@ -633,7 +633,7 @@ static int PrintCellHashTableElement(struct hashlist *p)
ptr = (struct nlist *)(p->ptr); ptr = (struct nlist *)(p->ptr);
if ((TopFile >= 0) && (ptr->file != TopFile)) return 1; if ((TopFile >= 0) && (ptr->file != TopFile)) return 1;
if (ptr->class != CLASS_SUBCKT) { if ((ptr->class != CLASS_SUBCKT) && (ptr->class != CLASS_MODULE)) {
/* only print primitive cells if Debug is enabled */ /* only print primitive cells if Debug is enabled */
if (Debug == 1) Printf("Cell: %s (instanced %d times); Primitive\n", if (Debug == 1) Printf("Cell: %s (instanced %d times); Primitive\n",
ptr->name, ptr->number); ptr->name, ptr->number);