Skip to content

Commit 973c6fe

Browse files
committed
Add the multiplication by density to kappa-fission.
1 parent 089f67e commit 973c6fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/random_ray/flat_source_domain.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,8 @@ void FlatSourceDomain::random_ray_tally()
666666
break;
667667

668668
case SCORE_KAPPA_FISSION:
669-
score = flux * volume * kappa_fission_[material * negroups_ + g];
669+
score = flux * volume * kappa_fission_[material * negroups_ + g] *
670+
density_mult;
670671
break;
671672

672673
default:

0 commit comments

Comments
 (0)