mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Setting all cell universes to zero for CAD.
This commit is contained in:
parent
9331cb8945
commit
2a1d449709
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue