mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
index surf
This commit is contained in:
parent
a9c046cdeb
commit
6a255acfb1
1 changed files with 1 additions and 1 deletions
|
|
@ -1358,7 +1358,7 @@ class MeshSurfaceFilter(MeshFilter):
|
|||
|
||||
# Generate multi-index sub-column for surface
|
||||
filter_dict[mesh_key, 'surf'] = _repeat_and_tile(
|
||||
current_names, stride, data_size)
|
||||
current_names[:n_surfs], stride, data_size)
|
||||
|
||||
# Initialize a Pandas DataFrame from the mesh dictionary
|
||||
return pd.concat([df, pd.DataFrame(filter_dict)])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue