Fix split_mesh() not working anymore since analyze() is lazy
This commit is contained in:
@@ -543,6 +543,8 @@ sub get_connected_facets {
|
||||
sub split_mesh {
|
||||
my $self = shift;
|
||||
|
||||
$self->analyze;
|
||||
|
||||
my @meshes = ();
|
||||
|
||||
# loop while we have remaining facets
|
||||
|
||||
Reference in New Issue
Block a user