Skip to content

Commit 78167d1

Browse files
code comment improvement
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
1 parent cee3353 commit 78167d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmc/model/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2584,7 +2584,7 @@ def convert_to_multigroup(
25842584
for univ in self.geometry.get_all_universes().values():
25852585
if isinstance(univ, openmc.DAGMCUniverse):
25862586
# Initialize in volume calculation mode (non-transport mode)
2587-
# This avoids loading cross sections and doesn't require
2587+
# This mode doesn't require
25882588
# valid transport settings like particles/batches
25892589
self.init_lib(args=['-c'], directory=tmpdir)
25902590
self.sync_dagmc_universes()

0 commit comments

Comments
 (0)