Adding comment to explain DagMC check.

This commit is contained in:
Patrick Shriwise 2019-06-08 13:28:21 -05:00
parent bff4f091c7
commit f912506b8e

View file

@ -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)) {