mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-09-02 02:38:34 +02:00
Merge branch 'master' into netgen-1.5
This commit is contained in:
+4
-2
@@ -600,8 +600,10 @@ int flattenInstancesOf(char *name, int fnum, char *instance)
|
||||
else break;
|
||||
|
||||
/* Put the child cell at the start of ChildObjList */
|
||||
ChildEnd->next = ChildObjList;
|
||||
ChildObjList = ChildStart;
|
||||
if (ChildEnd) {
|
||||
ChildEnd->next = ChildObjList;
|
||||
ChildObjList = ChildStart;
|
||||
}
|
||||
}
|
||||
|
||||
/* Put the child cell at the start of ChildObjList */
|
||||
|
||||
Reference in New Issue
Block a user