From 4bea4db0b6c8d63fc90b703f85a095b2ea575daf Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 21 Nov 2024 21:44:00 -0600 Subject: [PATCH] Removing commented line --- src/openmc_cad_adapter/surfaces.py | 1 - 1 file changed, 1 deletion(-) 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