mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Cleanup
This commit is contained in:
parent
2525c2a3f8
commit
bff2f13f4c
1 changed files with 0 additions and 6 deletions
|
|
@ -274,13 +274,7 @@ class Geometry(object):
|
|||
for cell in root_cells.values():
|
||||
reg = cell.region
|
||||
surfaces = reg.get_surfaces_from_region(surfaces)
|
||||
|
||||
#surfaces = self._root_universe.
|
||||
#for cell in self.get_all_cells().values():
|
||||
# self.get_surfaces_from_region(surfaces, cell.region)
|
||||
return surfaces
|
||||
|
||||
|
||||
|
||||
def get_materials_by_name(self, name, case_sensitive=False, matching=False):
|
||||
"""Return a list of materials with matching names.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue