Refactor of DAGMC next_cell

This commit is contained in:
Patrick Shriwise 2022-06-09 17:42:32 -05:00 committed by Gavin Ridley
parent 5e47f9daa4
commit adf2047b6e
3 changed files with 17 additions and 19 deletions

View file

@ -168,8 +168,7 @@ private:
// Non-member functions
//==============================================================================
int32_t next_cell(
DAGUniverse* dag_univ, DAGCell* cur_cell, DAGSurface* surf_xed);
int32_t next_cell(int32_t surf, int32_t curr_cell, int32_t univ);
} // namespace openmc