added no_children checks, and attachable to vnf_polyhedron

This commit is contained in:
Adrian Mariano
2020-08-27 19:25:41 -04:00
parent a8522854e4
commit c1782f1113
5 changed files with 18 additions and 4 deletions

View File

@@ -101,6 +101,7 @@ function struct_echo(struct,name="") =
undef;
module struct_echo(struct,name="") {
no_children($children);
dummy = struct_echo(struct,name);
}