mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Make sure LaboratoryAngleEnergy has a to_hdf5() method
This commit is contained in:
parent
e5ecfb18b9
commit
fb4d9df41b
1 changed files with 3 additions and 0 deletions
|
|
@ -137,3 +137,6 @@ class LaboratoryAngleEnergy(AngleEnergy):
|
|||
energy_out.append(energy_out_i)
|
||||
|
||||
return cls(tab2.breakpoints, tab2.interpolation, energy, mu, energy_out)
|
||||
|
||||
def to_hdf5(self, group):
|
||||
raise NotImplementedError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue