mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
updated doc string type for tally.nuclide (#2526)
This commit is contained in:
parent
d8dbd9bfca
commit
ec220fa989
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class Tally(IDManagerMixin):
|
|||
Name of the tally
|
||||
filters : list of openmc.Filter
|
||||
List of specified filters for the tally
|
||||
nuclides : list of openmc.Nuclide
|
||||
nuclides : list of str
|
||||
List of nuclides to score results for
|
||||
scores : list of str
|
||||
List of defined scores, e.g. 'flux', 'fission', etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue