Skip to content

Commit 70aec2f

Browse files
committed
Reverting changes to environment_mesh.py
1 parent 8dd3f3d commit 70aec2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshiphi/mesh_generation/environment_mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def _split_loc(self,point):
171171
cb_width = agg_cellbox_wp.boundary.get_width()
172172
cb_height = agg_cellbox_wp.boundary.get_height()
173173

174-
if (cb_width <= min_dcx) or (cb_height <= min_dcy):
174+
if (cb_width < min_dcx) or (cb_height < min_dcy):
175175
# Continue if cellbox is at max split depth
176176
return False
177177
else:

0 commit comments

Comments
 (0)