mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Adding comment to explain DagMC check.
This commit is contained in:
parent
bff4f091c7
commit
f912506b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ Particle::cross_surface()
|
|||
// If a reflective surface is coincident with a lattice or universe
|
||||
// boundary, it is necessary to redetermine the particle's coordinates in
|
||||
// the lower universes.
|
||||
|
||||
// (unless we're using a dagmc model, which has exactly one universe)
|
||||
if (!settings::dagmc) {
|
||||
n_coord_ = 1;
|
||||
if (!find_cell(this, true)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue