mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Correction to docstring.
This commit is contained in:
parent
1c848b3b40
commit
f769afed93
1 changed files with 2 additions and 1 deletions
|
|
@ -168,7 +168,8 @@ public:
|
|||
|
||||
//! Get all cell instances contained by this cell
|
||||
//! \param[in] instance Instance of the cell for which to get contained cells
|
||||
//! (default instance is zero) \return Map with cell indexes as keys and
|
||||
//! (default instance is zero)
|
||||
//! \return Map with cell indexes as keys and
|
||||
//! instances as values
|
||||
std::unordered_map<int32_t, vector<int32_t>> get_contained_cells(
|
||||
int32_t instance = 0) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue