Skip to content

Commit

Permalink
mesh size
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Oct 23, 2024
1 parent 87057af commit faeef8e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ceasiompy/CPACS2GMSH/func/RANS_mesh_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,8 @@ def bounding_box_distance(bbox1, bbox2):
bounding_boxes["fused"] = new_bbox

fused = True
<<<<<<< HEAD
log.info(
f"Fused entities {i} and {j} with distance {min_distance}. "
f"Remaining entities: {len(parts_parent_dimtag)}"
)
=======
log.info(f"Fused entities {i} and {j} with distance {min_distance}")
log.info(f"Remaining entities: {len(parts_parent_dimtag)}")
>>>>>>> 57163063f6010d41c2e6dcb5090383f12bae6fd9

except Exception as e:
log.error(f"Fusion failed for entities {i} and {j}: {e}")
Expand Down

0 comments on commit faeef8e

Please sign in to comment.