mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Update openmc/mgxs/mgxs.py
Co-authored-by: Giud <guillaume.giudicelli@gmail.com>
This commit is contained in:
parent
187ef2edcc
commit
4e896ae06f
1 changed files with 1 additions and 1 deletions
|
|
@ -6239,7 +6239,7 @@ class MeshSurfaceMGXS(MGXS):
|
|||
df = df[df['group out'].isin(groups)]
|
||||
|
||||
mesh_str = 'mesh {0}'.format(self.domain.id)
|
||||
surfaces = df[(mesh_str,'surf')]
|
||||
surfaces = df[(mesh_str, 'surf')]
|
||||
df.drop(columns=[(mesh_str,'surf')],inplace=True)
|
||||
df.insert(len(self.domain.dimension),(mesh_str,'surf'),surfaces)
|
||||
if len(self.domain.dimension) == 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue