Setting all cell universes to zero for CAD.

This commit is contained in:
shriwise 2018-02-23 15:12:34 -06:00 committed by pshriwise
parent 9331cb8945
commit 2a1d449709

View file

@ -23,6 +23,7 @@ void load_cad_geometry_c()
openmc::CADCell c = openmc::CADCell();
c.id = DAGMC->id_by_index(3, i);
c.dagmc_ptr = DAGMC;
c.universe = 0; // set to zero for now
openmc::cells_c.push_back(c);
}