mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update Result.volume docstring: dict of str -> float
This commit is contained in:
parent
eab6042637
commit
ceaecef45a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class Results(object):
|
|||
Number of nuclides.
|
||||
rates : list of ReactionRates
|
||||
The reaction rates for each substep.
|
||||
volume : OrderedDict of int to float
|
||||
volume : OrderedDict of str to float
|
||||
Dictionary mapping mat id to volume.
|
||||
mat_to_ind : OrderedDict of str to int
|
||||
A dictionary mapping mat ID as string to index.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue