mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
fixed source code style issues
This commit is contained in:
parent
4a6ac46d9a
commit
c8c2593a84
2 changed files with 2 additions and 2 deletions
|
|
@ -2940,7 +2940,7 @@ contains
|
|||
if (trim(score_name) /= 'delayed-nu-fission' .and. &
|
||||
t % find_filter(FILTER_DELAYEDGROUP) > 0) then
|
||||
call fatal_error("Cannot tally " // trim(score_name) // " with a &
|
||||
&delayedgroup filter.")
|
||||
&delayedgroup filter.")
|
||||
end if
|
||||
|
||||
! Check to see if the mu filter is applied and if that makes sense.
|
||||
|
|
|
|||
|
|
@ -527,7 +527,7 @@ contains
|
|||
nuc => nuclides(i_nuc)
|
||||
yield = yield_delayed(nuc, p % E, d)
|
||||
score = micro_xs(i_nuc) % delayed_nu_fission * yield &
|
||||
* atom_density_ * flux
|
||||
* atom_density_ * flux
|
||||
call score_fission_delayed_dg(t, d_bin, score, score_index)
|
||||
end do
|
||||
end do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue