mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Change Python Mesh class to RegularMesh
This commit is contained in:
parent
b804ddc952
commit
9ddd8b3067
42 changed files with 204 additions and 308 deletions
|
|
@ -31,7 +31,6 @@ class Trigger(object):
|
|||
"""
|
||||
|
||||
def __init__(self, trigger_type, threshold):
|
||||
# Initialize Mesh class attributes
|
||||
self.trigger_type = trigger_type
|
||||
self.threshold = threshold
|
||||
self._scores = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue