This commit is contained in:
Sterling Harper 2016-01-12 13:31:18 -05:00
parent f56f613593
commit a7ac2db068

View file

@ -959,7 +959,7 @@ contains
do j = 1, tallies(i) % n_filters
if (tallies(i) % filters(j) % type == FILTER_DISTRIBCELL) then
distribcell_active = .true.
if (size(tallies(i) % filters(j) %int_bins) > 1) then
if (size(tallies(i) % filters(j) % int_bins) > 1) then
call fatal_error("A distribcell filter was specified with &
&multiple bins. This feature is not supported.")
end if