From a29e719c501afd198c42de22d4b15a862518defc Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Mon, 14 Nov 2016 19:07:16 -0500 Subject: [PATCH] Removed mistake from a poor merge --- openmc/mgxs/library.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openmc/mgxs/library.py b/openmc/mgxs/library.py index 97bb6d96b8..513884d96b 100644 --- a/openmc/mgxs/library.py +++ b/openmc/mgxs/library.py @@ -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'