Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring authored Sep 6, 2024
1 parent b9c3421 commit 55a23ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meshwell/labeledentity.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def add_refinement_fields_to_model(
for curveconfig in self.resolution["Curves"]:
curve_resolution = curveconfig.get("CurveResolution")

print(self.physical_name)
self.model.mesh.field.add("Distance", n)
# print([c for b in self.boundaries for cs in self.model.occ.getCurveLoops(b)[1] for c in cs])
# print(self.model.occ.getNodes([c for b in self.boundaries for cs in self.model.occ.getCurveLoops(b)[1] for c in cs][0]))
Expand Down

0 comments on commit 55a23ce

Please sign in to comment.