Added kappa-fission as a valid identifier in the input processor.

This commit is contained in:
Adam Nelson 2013-01-06 09:17:40 -05:00
parent 988caf4a72
commit 43915dbe4c
2 changed files with 3 additions and 2 deletions

View file

@ -838,7 +838,8 @@ The following responses can be tallied.
Total production of neutrons due to fission
:k-fission:
Kappa-Fission; the recoverable energy production due to fission.
Kappa-Fission; the recoverable energy production due to fission. ``kappa-fission``
is also a valid identifier for this response.
:events:
Number of scoring events

View file

@ -1857,7 +1857,7 @@ contains
! Set tally estimator to analog
t % estimator = ESTIMATOR_ANALOG
end if
case ('k-fission')
case ('k-fission', 'kappa-fission')
t % score_bins(j) = SCORE_K_FISSION
case ('current')
t % score_bins(j) = SCORE_CURRENT