mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Setting translation in instance instead of the MeshFilter class type.
This commit is contained in:
parent
52e005b3aa
commit
56c92cd2db
1 changed files with 1 additions and 1 deletions
|
|
@ -764,7 +764,7 @@ class MeshFilter(Filter):
|
|||
|
||||
translation = group.get('translation')
|
||||
if translation:
|
||||
cls.translation = translation[()]
|
||||
out.translation = translation[()]
|
||||
|
||||
return out
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue