mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Fix CellInstanceFilter docstring
This commit is contained in:
parent
39bc94a1a1
commit
a87b88a488
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ from collections.abc import Iterable
|
|||
import hashlib
|
||||
from itertools import product
|
||||
from numbers import Real, Integral
|
||||
import warnings
|
||||
from xml.etree import ElementTree as ET
|
||||
|
||||
import numpy as np
|
||||
|
|
@ -588,7 +589,7 @@ class CellInstanceFilter(Filter):
|
|||
bins : iterable of 2-tuples or numpy.ndarray
|
||||
The cell instances to tally, given as 2-tuples. For the first value in
|
||||
the tuple, either openmc.Cell objects or their integral ID numbers can
|
||||
be used.
|
||||
be used. The second value indicates the cell instance.
|
||||
filter_id : int
|
||||
Unique identifier for the filter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue