mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Refactor of DAGMC next_cell
This commit is contained in:
parent
5e47f9daa4
commit
adf2047b6e
3 changed files with 17 additions and 19 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue