Skip to content

Commit

Permalink
clean terminal visualization part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Oct 23, 2024
1 parent c35266e commit f1f46b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ceasiompy/CPACS2GMSH/func/RANS_mesh_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def bounding_box_distance(bbox1, bbox2):

# Mesh generation
log.info("Start of gmsh 2D surface meshing process")
log.info(f"aircraft part {aircraft_parts}")
log.info(f"part {part}")
# log.info(f"aircraft part {aircraft_parts}")
# log.info(f"part {part}")

for part in aircraft_parts:
if part.part_type == "fuselage":
Expand Down

0 comments on commit f1f46b6

Please sign in to comment.