mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fix hdf5 write/read for coherent and mixed elastic
This commit is contained in:
parent
e8294d52a0
commit
0f03710e36
3 changed files with 26 additions and 13 deletions
|
|
@ -544,7 +544,7 @@ class Combination(EqualityMixin):
|
|||
self._operations = operations
|
||||
|
||||
|
||||
class Sum(EqualityMixin):
|
||||
class Sum(Function1D):
|
||||
"""Sum of multiple functions.
|
||||
|
||||
This class allows you to create a callable object which represents the sum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue