Added num_groups to the docstring for openmc.mgxs.EnergyGroups

This commit is contained in:
Will Boyd 2015-10-28 08:24:23 -04:00
parent 31c1d39078
commit e57ca85a7c

View file

@ -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