mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
resolved some conflicts when rebasing with develop
This commit is contained in:
parent
796844fd0b
commit
20161c4581
3 changed files with 4 additions and 4 deletions
|
|
@ -357,7 +357,7 @@ void process_advance_particle_events()
|
|||
} else if (p->macro_xs_.total == 0.0) {
|
||||
d_collision = INFINITY;
|
||||
} else {
|
||||
d_collision = -std::log(prn(p->prn_seeds_ + p->stream_)) / p->macro_xs_.total;
|
||||
d_collision = -std::log(prn(p->current_seed())) / p->macro_xs_.total;
|
||||
}
|
||||
|
||||
// -------------- break here? -------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue