Label DAG cells as simple to avoid superfluous surface normal calls.

This commit is contained in:
Patrick Shriwise 2020-07-14 23:02:07 -05:00
parent b4827e9ad2
commit aba8af458c

View file

@ -196,6 +196,7 @@ void load_dagmc_geometry()
// set cell ids using global IDs
DAGCell* c = new DAGCell();
c->dag_index_ = i+1;
c->simple_ = true;
c->id_ = model::DAG->id_by_index(3, c->dag_index_);
c->dagmc_ptr_ = model::DAG;
c->universe_ = dagmc_univ_id; // set to zero for now