Merge branch 'master' into netgen-1.5
This commit is contained in:
commit
b0d980bb7d
|
|
@ -600,8 +600,10 @@ int flattenInstancesOf(char *name, int fnum, char *instance)
|
||||||
else break;
|
else break;
|
||||||
|
|
||||||
/* Put the child cell at the start of ChildObjList */
|
/* Put the child cell at the start of ChildObjList */
|
||||||
ChildEnd->next = ChildObjList;
|
if (ChildEnd) {
|
||||||
ChildObjList = ChildStart;
|
ChildEnd->next = ChildObjList;
|
||||||
|
ChildObjList = ChildStart;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Put the child cell at the start of ChildObjList */
|
/* Put the child cell at the start of ChildObjList */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue