Merge branch 'master' into netgen-1.5

This commit is contained in:
Tim Edwards 2025-08-19 02:00:02 -04:00
commit edb50746cb
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
1.5.295
1.5.296

View File

@ -7530,6 +7530,12 @@ struct nlist *addproxies(struct hashlist *p, void *clientdata)
else {
lob = ob;
ob->type = i++;
if (ob->model.class == NULL) {
ob->model.class = strsave(tc->name);
}
if (ob->instance.name == NULL) {
ob->instance.name = strsave(firstpin->instance.name);
}
ob = ob->next;
}
tob = tob->next;