From 23535afa1c69644bb299bde18a094c3b99d53ae0 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Sun, 4 Oct 2015 16:43:42 -0400 Subject: [PATCH] Made NuScatterXS tallies tracklength per comments from @nelsonag --- openmc/mgxs/mgxs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/mgxs/mgxs.py b/openmc/mgxs/mgxs.py index 85b08362a0..a41dcb5b26 100644 --- a/openmc/mgxs/mgxs.py +++ b/openmc/mgxs/mgxs.py @@ -331,7 +331,7 @@ class MultiGroupXS(object): ---------- scores : Iterable of str Scores for each tally - filters : Iterable of tuple of Filter + all_filters : Iterable of tuple of Filter Tuples of non-spatial domain filters for each tally keys : Iterable of str Key string used to store each tally in the tallies dictionary @@ -1459,7 +1459,7 @@ class NuScatterXS(MultiGroupXS): # Create a list of scores for each Tally to be created scores = ['flux', 'nu-scatter'] - estimator = 'analog' + estimator = 'tracklength' keys = scores # Create the non-domain specific Filters for the Tallies