mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
added default in doc string for tally summation remove_filter
This commit is contained in:
parent
df3b9ed017
commit
8c6d14ed23
1 changed files with 1 additions and 1 deletions
|
|
@ -2461,7 +2461,7 @@ class Tally(object):
|
|||
(e.g., ['U-235', 'U-238']; default is [])
|
||||
remove_filter : bool
|
||||
If a filter is being summed over, this bool indicates whether to
|
||||
remove that filter in the returned tally.
|
||||
remove that filter in the returned tally. Default is False.
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue