mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
fix examples formatting
This commit is contained in:
parent
623658870d
commit
9317724a5b
1 changed files with 5 additions and 5 deletions
|
|
@ -414,11 +414,11 @@ class Material(IDManagerMixin):
|
|||
|
||||
Examples
|
||||
--------
|
||||
>> mat = openmc.Material()
|
||||
>> components = {'Li': (1.0, {'enrichment': 60.0, 'enrichment_target': 'Li7'}),
|
||||
'Fl': 1.0,
|
||||
'Be6': (0.5, 'wo')}
|
||||
>> mat.add_elements_or_nuclides(components)
|
||||
>>> mat = openmc.Material()
|
||||
>>> components = {'Li': (1.0, {'enrichment': 60.0, 'enrichment_target': 'Li7'}),
|
||||
>>> 'Fl': 1.0,
|
||||
>>> 'Be6': (0.5, 'wo')}
|
||||
>>> mat.add_elements_or_nuclides(components)
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue