Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix empty extruded set with variable layers
This would fail if the provided layers array has zero length (e.g. for boundary facets on an interior parallel domain) as numpy does not allow you to call min() on such an array.
- Loading branch information