File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,8 +196,7 @@ def get_microxs_from_multigroup(
196196 ----------
197197 materials : openmc.Materials
198198 OpenMC Materials object containing the materials for which to compute
199- microscopic cross sections. Each material must have a temperature and
200- volume set.
199+ microscopic cross sections. Each material must have a temperature set.
201200 multigroup_fluxes: Sequence[float]
202201 Energy-dependent multigroup flux values, where each sublist corresponds
203202 to a specific material. Will be normalized so that it sums to 1.
@@ -219,9 +218,9 @@ def get_microxs_from_multigroup(
219218
220219 """
221220
222- # default to not print terminal output
223- # if init_kwargs == {}:
224- # init_kwargs = {"output": False}
221+ default to not print terminal output
222+ if init_kwargs == {}:
223+ init_kwargs = {"output" : False }
225224
226225 # Check material field
227226 for i , material in enumerate (materials ):
You can’t perform that action at this time.
0 commit comments