From f769afed933b5bb243f4e13fc6c29c5931358a0a Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 25 Aug 2021 07:32:12 -0500 Subject: [PATCH] Correction to docstring. --- include/openmc/cell.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/openmc/cell.h b/include/openmc/cell.h index 7e652d680..5f6d33c97 100644 --- a/include/openmc/cell.h +++ b/include/openmc/cell.h @@ -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> get_contained_cells( int32_t instance = 0) const;