From 6ecc40676ee41e8f1b42bfbb1197b66315a5a381 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 20 Jun 2017 18:06:13 -0400 Subject: [PATCH] deleted action on cell_to_cell tallies in cmfd tally setup --- src/tally.F90 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tally.F90 b/src/tally.F90 index 80a392c15a..3ac7e31657 100644 --- a/src/tally.F90 +++ b/src/tally.F90 @@ -4616,7 +4616,6 @@ contains if (cmfd_tallies(i) % type == TALLY_VOLUME) then if (cmfd_tallies(i) % estimator == ESTIMATOR_ANALOG) then call active_analog_tallies % push_back(i_cmfd_tallies + i) - call active_cell_to_cell_tallies % push_back(i_cmfd_tallies + 1) elseif (cmfd_tallies(i) % estimator == ESTIMATOR_TRACKLENGTH) then call active_tracklength_tallies % push_back(i_cmfd_tallies + i) end if @@ -4630,7 +4629,6 @@ contains call active_tracklength_tallies % shrink_to_fit() call active_collision_tallies % shrink_to_fit() call active_current_tallies % shrink_to_fit() - call active_cell_to_cell_tallies % shrink_to_fit() end subroutine setup_active_cmfdtallies