mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Changed label to name
This commit is contained in:
parent
92eaa43320
commit
c738c73486
19 changed files with 127 additions and 127 deletions
|
|
@ -200,7 +200,7 @@ mesh_filter = openmc.Filter()
|
|||
mesh_filter.mesh = mesh
|
||||
|
||||
# Instantiate the Tally
|
||||
tally = openmc.Tally(tally_id=1)
|
||||
tally = openmc.Tally(tally_id=1, name='tally 1')
|
||||
tally.add_filter(energy_filter)
|
||||
tally.add_filter(mesh_filter)
|
||||
tally.add_score('flux')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue