mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update openmc/filter.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
b24b270f59
commit
ad0fc1fbb3
1 changed files with 0 additions and 1 deletions
|
|
@ -993,7 +993,6 @@ class CollisionFilter(Filter):
|
|||
self.bins = np.asarray(bins)
|
||||
self.id = filter_id
|
||||
|
||||
|
||||
def __repr__(self):
|
||||
string = type(self).__name__ + '\n'
|
||||
string += '{: <16}=\t{}\n'.format('\tValues', self.bins)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue