Correction to docstring.

This commit is contained in:
Patrick Shriwise 2021-08-25 07:32:12 -05:00
parent 1c848b3b40
commit f769afed93

View file

@ -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;