Merge branch 'angles' into from_hdf5

This commit is contained in:
Adam Nelson 2016-11-14 19:07:44 -05:00
commit bda5c55367

View file

@ -946,6 +946,7 @@ class Library(object):
if nuclide != 'total':
name += '_' + nuclide
xsdata = openmc.XSdata(name, self.energy_groups)
xsdata.num_delayed_groups = self.num_delayed_groups
# Right now only isotropic weighting is supported
self.representation = 'isotropic'