Address @smharper comments on #1169

This commit is contained in:
Paul Romano 2019-02-19 21:48:20 -06:00
parent 39961dc0a4
commit 7325897ee9
13 changed files with 72 additions and 66 deletions

View file

@ -56,9 +56,6 @@ void read_geometry_xml()
read_cells(root);
read_lattices(root);
// ==========================================================================
// SETUP UNIVERSES
// Allocate universes, universe cell arrays, and assign base universe
model::root_universe = find_root_universe();
}