Skip to content

Commit 4de99d2

Browse files
committed
fix comment
1 parent e64b793 commit 4de99d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openmc/model/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,10 +1771,10 @@ def _auto_generate_mgxs_lib(
17711771
mgxs_lib.mgxs_types += ['chi-prompt', 'chi-delayed',
17721772
'decay-rate', 'inverse-velocity', 'beta']
17731773

1774-
# Specify a "cell" domain type for the cross section tally filters
1774+
# Specify a "material" domain type for the cross section tally filters
17751775
mgxs_lib.domain_type = "material"
17761776

1777-
# Specify the cell domains over which to compute multi-group cross sections
1777+
# Specify the domains over which to compute multi-group cross sections
17781778
mgxs_lib.domains = model.geometry.get_all_materials().values()
17791779

17801780
# Do not compute cross sections on a nuclide-by-nuclide basis

0 commit comments

Comments
 (0)