From a7ac2db068de2d81a5831c4817470170ff7e4efe Mon Sep 17 00:00:00 2001 From: Sterling Harper Date: Tue, 12 Jan 2016 13:31:18 -0500 Subject: [PATCH] Typo fix --- src/initialize.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initialize.F90 b/src/initialize.F90 index b7e3417856..a50fe09a01 100644 --- a/src/initialize.F90 +++ b/src/initialize.F90 @@ -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