change err msg

This commit is contained in:
Adrian Mariano 2021-10-24 10:59:05 -04:00
parent a6de7ee975
commit c61a2d6fcb

View file

@ -1255,7 +1255,7 @@ module vnf_debug(vnf, faces=true, vertices=true, opacity=0.5, size=1, convexity=
// ], slices=0, caps=false); // ], slices=0, caps=false);
// vnf_validate(vnf,size=2); // vnf_validate(vnf,size=2);
function vnf_validate(vnf, show_warns=true, check_isects=false) = function vnf_validate(vnf, show_warns=true, check_isects=false) =
assert(is_path(vnf[0])) assert(is_vnf(vnf), "Invalid VNF")
let( let(
vnf = vnf_merge(vnf, cleanup=true), vnf = vnf_merge(vnf, cleanup=true),
varr = vnf[0], varr = vnf[0],