mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Update photon_production regression test result
This commit is contained in:
parent
daf7bc4955
commit
12d7828803
2 changed files with 5 additions and 5 deletions
|
|
@ -963,7 +963,7 @@ void score_general_ce_nonanalog(Particle& p, int i_tally, int start_index,
|
|||
score = score_neutron_heating(
|
||||
p, tally, flux, HEATING, i_nuclide, atom_density);
|
||||
} else {
|
||||
if (i_nuclide < 0 || i_nuclide == p.event_nuclide()) {
|
||||
if (i_nuclide == -1 || i_nuclide == p.event_nuclide()) {
|
||||
// The energy deposited is the difference between the pre-collision
|
||||
// and post-collision energy...
|
||||
score = E - p.E();
|
||||
|
|
|
|||
|
|
@ -67,8 +67,8 @@ tally 3:
|
|||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
1.764573E+05
|
||||
3.113718E+10
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
|
|
@ -79,8 +79,8 @@ tally 3:
|
|||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
7.691658E+03
|
||||
5.916160E+07
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue