mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Prevent error relating to histogram interpolation.
This commit is contained in:
parent
10780d509f
commit
cf22a36bfd
1 changed files with 2 additions and 0 deletions
|
|
@ -1680,6 +1680,8 @@ contains
|
|||
! call write_particle_restart(p)
|
||||
call fatal_error("Multiple interpolation regions not supported while &
|
||||
&attempting to sample continuous tabular distribution.")
|
||||
else
|
||||
histogram_interp = .false.
|
||||
end if
|
||||
|
||||
! find energy bin and calculate interpolation factor -- if the energy is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue