mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
removed empty dictionary definition
This commit is contained in:
parent
29255732ca
commit
caeb4d3ce5
1 changed files with 0 additions and 2 deletions
|
|
@ -25,8 +25,6 @@ _WARNING_KWARGS = """
|
|||
will not accept positional parameters for superclass arguments.\
|
||||
"""
|
||||
|
||||
_SURFACE_CLASSES = {}
|
||||
|
||||
|
||||
class Surface(IDManagerMixin, metaclass=ABCMeta):
|
||||
"""An implicit surface with an associated boundary condition.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue