mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed grammar in docstring in EnergyGroups class
This commit is contained in:
parent
1db52d6036
commit
d92f13f66d
1 changed files with 3 additions and 4 deletions
|
|
@ -79,16 +79,15 @@ class EnergyGroups(object):
|
|||
|
||||
@staticmethod
|
||||
def get_common_energy_groups(name):
|
||||
"""Returns one of many commonly used and energy group structures.
|
||||
"""Returns one of many commonly used energy group structures.
|
||||
|
||||
Pre-defined structures include "CASMO-X" (where X is 2, 4, 8, 16, 25,
|
||||
40 or 70) from the [CASMO]_ lattice physics code.
|
||||
|
||||
References
|
||||
----------
|
||||
.. [CASMO] J. Rhodes, K. Smith, and D. Lee, "CASMO-5 Development and
|
||||
Applications", *Proc. ANS Topical Meeting on Reactor Physics (PHYSOR)*,
|
||||
(2006).
|
||||
.. [CASMO] J. Rhodes, K. Smith, and D. Lee, "CASMO-5 Development and
|
||||
Applications", *Proc. ANS Topical Meeting on Reactor Physics* (2006).
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue