mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-08-27 00:16:37 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edb50746cb | ||
|
|
4443826f9e |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user