We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64b793 commit 4de99d2Copy full SHA for 4de99d2
1 file changed
openmc/model/model.py
@@ -1771,10 +1771,10 @@ def _auto_generate_mgxs_lib(
1771
mgxs_lib.mgxs_types += ['chi-prompt', 'chi-delayed',
1772
'decay-rate', 'inverse-velocity', 'beta']
1773
1774
- # Specify a "cell" domain type for the cross section tally filters
+ # Specify a "material" domain type for the cross section tally filters
1775
mgxs_lib.domain_type = "material"
1776
1777
- # Specify the cell domains over which to compute multi-group cross sections
+ # Specify the domains over which to compute multi-group cross sections
1778
mgxs_lib.domains = model.geometry.get_all_materials().values()
1779
1780
# Do not compute cross sections on a nuclide-by-nuclide basis
0 commit comments