mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
corrected tally name in D1S example (#3383)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
4138bc34e0
commit
d0354dbd71
1 changed files with 1 additions and 1 deletions
|
|
@ -88,5 +88,5 @@ relevant tallies. This can be done with the aid of the
|
|||
dose_tally = sp.get_tally(name='dose tally')
|
||||
|
||||
# Apply time correction factors
|
||||
tally = d1s.apply_time_correction(tally, factors, time_index)
|
||||
tally = d1s.apply_time_correction(dose_tally, factors, time_index)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue