Changed label to name

This commit is contained in:
Will Boyd 2015-04-27 08:20:30 -04:00
parent 92eaa43320
commit c738c73486
19 changed files with 127 additions and 127 deletions

View file

@ -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')