mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Allow rotation to be set without fill assigned when reading summary file
This commit is contained in:
parent
962d592d2e
commit
10f498177e
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ class Summary(object):
|
|||
rotation = \
|
||||
self._f['geometry/cells'][key]['rotation'][...]
|
||||
rotation = np.asarray(rotation, dtype=np.int)
|
||||
cell.rotation = rotation
|
||||
cell._rotation = rotation
|
||||
|
||||
# Store Cell fill information for after Universe/Lattice creation
|
||||
self._cell_fills[index] = (fill_type, fill)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue