From 97ba2ecca57bfbfe69d0d789954ba695a1c72e56 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Wed, 28 Aug 2013 10:44:42 -0400 Subject: [PATCH] nu_fission not fission should be used when calculating expected nu total --- src/physics.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physics.F90 b/src/physics.F90 index 10b136f38e..03a1d46eb9 100644 --- a/src/physics.F90 +++ b/src/physics.F90 @@ -746,7 +746,7 @@ contains end if ! Determine expected number of neutrons produced - nu_t = p % wgt / keff * weight * micro_xs(i_nuclide) % fission / & + nu_t = p % wgt / keff * weight * micro_xs(i_nuclide) % nu_fission / & micro_xs(i_nuclide) % total ! Sample number of neutrons produced