mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Add missing change on variable name
This commit is contained in:
parent
5f48ec9eeb
commit
65e182b6f9
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ def model(request):
|
|||
openmc_model.settings.surf_source_write = {'surface_ids': [1],
|
||||
'max_particles': 1000}
|
||||
elif surf_src_op == 'read':
|
||||
openmc_model.settings.surf_src_read = {'path': 'surface_source_true.h5'}
|
||||
openmc_model.settings.surf_source_read = {'path': 'surface_source_true.h5'}
|
||||
|
||||
# Tallies
|
||||
tal = openmc.Tally()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue