Skip to content
Snippets Groups Projects
Commit 1f84dcba authored by mattijs's avatar mattijs
Browse files

ENH: blockMesh: avoid 'empty' for initial mesh. Fixes #2125.

parent ee4f7feb
Branches
Tags
No related merge requests found
......@@ -34,8 +34,15 @@ blocks
edges
();
patches
();
// Synthesise 'defaultFaces' as type patch instead of 'empty' to avoid
// warnings from decomposePar with hierarchical
boundary
(
defaultFaces
{
type patch;
faces ();
}
);
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment