diff --git a/src/openmc_cad_adapter/surfaces.py b/src/openmc_cad_adapter/surfaces.py index de0777a..a7c6922 100644 --- a/src/openmc_cad_adapter/surfaces.py +++ b/src/openmc_cad_adapter/surfaces.py @@ -85,7 +85,6 @@ def to_cubit_surface_inner(self, ent_type, node, extents, inner_world=None, hex= else: cmds.append(f"intersect body {{ { ids } }} {{ { wid } }}") - #cmds += self.boundary_condition(ids) return wid, cmds @classmethod