mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Remove frivolous assertion
This commit is contained in:
parent
f34093f158
commit
9d431fbbaf
1 changed files with 0 additions and 1 deletions
|
|
@ -403,7 +403,6 @@ class Cell(object):
|
|||
element.set("name", str(self.name))
|
||||
|
||||
if isinstance(self.fill, basestring):
|
||||
assert self.fill.strip().lower() == 'void'
|
||||
element.set("material", "void")
|
||||
|
||||
elif isinstance(self.fill, openmc.Material):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue