We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e1019 commit 82e7cf1Copy full SHA for 82e7cf1
src/random_ray/flat_source_domain.cpp
@@ -666,7 +666,8 @@ void FlatSourceDomain::random_ray_tally()
666
break;
667
668
case SCORE_KAPPA_FISSION:
669
- score = flux * volume * kappa_fission_[material * negroups_ + g];
+ score = flux * volume * kappa_fission_[material * negroups_ + g] *
670
+ density_mult;
671
672
673
default:
0 commit comments