mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update openmc/filter.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
5e7f3f7efd
commit
d765d3224f
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ class CellBornFilter(WithIDFilter):
|
|||
def CellbornFilter(*args, **kwargs):
|
||||
warnings.warn('The name of "CellbornFilter" has changed to '
|
||||
'"CellBornFilter". "CellbornFilter" will be '
|
||||
'removed in the future.')
|
||||
'removed in the future.', FutureWarning)
|
||||
return CellBornFilter(*args, **kwargs)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue