mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
maybe fix CI?
This commit is contained in:
parent
9483c409a8
commit
3ec68866a7
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class Cell(_FortranObjectWithID):
|
|||
n = c_int32()
|
||||
_dll.openmc_cell_get_fill(self._index, fill_type, indices, n)
|
||||
|
||||
if fill_type.value == 1:
|
||||
if fill_type.value == 0:
|
||||
if n.value > 1:
|
||||
return [Material(index=i) for i in indices[:n.value]]
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue