mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Added num_groups to the docstring for openmc.mgxs.EnergyGroups
This commit is contained in:
parent
31c1d39078
commit
e57ca85a7c
1 changed files with 3 additions and 1 deletions
|
|
@ -24,6 +24,8 @@ class EnergyGroups(object):
|
|||
----------
|
||||
group_edges : Iterable of Real
|
||||
The energy group boundaries [MeV]
|
||||
num_group : Integral
|
||||
The number of energy groups
|
||||
|
||||
"""
|
||||
|
||||
|
|
@ -233,4 +235,4 @@ class EnergyGroups(object):
|
|||
condensed_groups = EnergyGroups()
|
||||
condensed_groups.group_edges = group_edges
|
||||
|
||||
return condensed_groups
|
||||
return condensed_groups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue