Skip to content

Commit 7e5b217

Browse files
authored
corrected doc string
1 parent 09bfa97 commit 7e5b217

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

openmc/deplete/microxs.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)