mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Typo fix
This commit is contained in:
parent
f56f613593
commit
a7ac2db068
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue