mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Moved the setting of estimator to exist for all cases with energyout filters.
Conflicts: src/input_xml.F90
This commit is contained in:
parent
cd56eef967
commit
182ebdba45
1 changed files with 4 additions and 0 deletions
|
|
@ -1747,6 +1747,9 @@ contains
|
|||
tally_(i) % filter(j) % bins(k))
|
||||
end do
|
||||
|
||||
! Set to analog estimator
|
||||
t % estimator = ESTIMATOR_ANALOG
|
||||
|
||||
case default
|
||||
! Specified tally filter is invalid, raise error
|
||||
message = "Unknown filter type '" // trim(tally_(i) % &
|
||||
|
|
@ -1958,6 +1961,7 @@ contains
|
|||
end if
|
||||
case ('scatter')
|
||||
t % score_bins(j) = SCORE_SCATTER
|
||||
|
||||
case ('nu-scatter')
|
||||
t % score_bins(j) = SCORE_NU_SCATTER
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue