diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 62aad18f22..477013c820 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -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. diff --git a/src/tally.F90 b/src/tally.F90 index 69ccd07d2a..5477159d5a 100644 --- a/src/tally.F90 +++ b/src/tally.F90 @@ -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