mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Renaming longer find parent search method
This commit is contained in:
parent
c148683d82
commit
c8a1505635
2 changed files with 4 additions and 4 deletions
|
|
@ -193,7 +193,7 @@ protected:
|
|||
//! Determine the path to this cell instance in the geometry hierarchy
|
||||
//! \param[in] instance of the cell to find parent cells for
|
||||
//! \return parent cells
|
||||
vector<ParentCell> find_parent_cells_exhaustive(
|
||||
vector<ParentCell> exhaustive_find_parent_cells(
|
||||
int32_t instance) const;
|
||||
|
||||
//! Inner function for retrieving contained cells
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue