From f912506b8e9bcecc5175a3d4e7b1089222f24dc0 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Sat, 8 Jun 2019 13:28:21 -0500 Subject: [PATCH] Adding comment to explain DagMC check. --- src/particle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/particle.cpp b/src/particle.cpp index 52ac941de4..5364e1d2b4 100644 --- a/src/particle.cpp +++ b/src/particle.cpp @@ -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)) {