mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
forgot to remove print
This commit is contained in:
parent
fdc3cfcfbb
commit
a587f5e1c9
1 changed files with 0 additions and 1 deletions
|
|
@ -676,7 +676,6 @@ class Polygon(CompositeSurface):
|
|||
surfnames = []
|
||||
i = 0
|
||||
for surfset in self._surfsets:
|
||||
print(surfset)
|
||||
for surf, op, on_boundary in surfset:
|
||||
if on_boundary:
|
||||
setattr(self, f'surface_{i}', surf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue