Update tests after recent TriangleMesh optimizations

This commit is contained in:
Alessandro Ranellucci 2013-05-15 17:38:50 +02:00
parent 90280fe63b
commit bfba5b3d78
2 changed files with 2 additions and 1 deletions

View file

@ -111,7 +111,7 @@ sub vertices {
sub add_facet {
push @{$mesh->facets}, [ [0,0,0], @{vertices(@_)} ];
$mesh->BUILD;
$mesh->analyze;
}
sub intersect {