Skip to content

Commit

Permalink
Removing commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Nov 22, 2024
1 parent 759a811 commit 4bea4db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/openmc_cad_adapter/surfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bea4db

Please sign in to comment.