mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed source code standard issues that travis called me out on
This commit is contained in:
parent
5658cb0e66
commit
a3b87ad372
1 changed files with 3 additions and 3 deletions
|
|
@ -176,7 +176,7 @@ contains
|
|||
! weight times the multiplicity as the estimate for the number of
|
||||
! neutrons exiting a reaction with neutrons in the exit channel
|
||||
if (p % event_MT == ELASTIC .or. p % event_MT == N_LEVEL .or. &
|
||||
(p % event_MT >= N_N1 .and. p % event_MT <= N_NC)) then
|
||||
(p % event_MT >= N_N1 .and. p % event_MT <= N_NC)) then
|
||||
multiplicity = ONE
|
||||
else
|
||||
do m = 1, nuclides(p % event_nuclide) % n_reaction
|
||||
|
|
@ -211,7 +211,7 @@ contains
|
|||
! weight times the multiplicity as the estimate for the number of
|
||||
! neutrons exiting a reaction with neutrons in the exit channel
|
||||
if (p % event_MT == ELASTIC .or. p % event_MT == N_LEVEL .or. &
|
||||
(p % event_MT >= N_N1 .and. p % event_MT <= N_NC)) then
|
||||
(p % event_MT >= N_N1 .and. p % event_MT <= N_NC)) then
|
||||
multiplicity = ONE
|
||||
else
|
||||
do m = 1, nuclides(p % event_nuclide) % n_reaction
|
||||
|
|
@ -246,7 +246,7 @@ contains
|
|||
! weight times the multiplicity as the estimate for the number of
|
||||
! neutrons exiting a reaction with neutrons in the exit channel
|
||||
if (p % event_MT == ELASTIC .or. p % event_MT == N_LEVEL .or. &
|
||||
(p % event_MT >= N_N1 .and. p % event_MT <= N_NC)) then
|
||||
(p % event_MT >= N_N1 .and. p % event_MT <= N_NC)) then
|
||||
multiplicity = ONE
|
||||
else
|
||||
do m = 1, nuclides(p % event_nuclide) % n_reaction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue