fixed source code style issues

This commit is contained in:
Sam Shaner 2015-10-12 14:23:12 -04:00
parent 4a6ac46d9a
commit c8c2593a84
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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