diff --git a/src/physics.F90 b/src/physics.F90 index b472b36ca0..963db74e39 100644 --- a/src/physics.F90 +++ b/src/physics.F90 @@ -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