From 9c385c5ba7f55f8fa55ba1e51737c924f7d1d4bf Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 9 Feb 2022 23:32:41 -0600 Subject: [PATCH] Adding punctuation to docstrings --- include/openmc/lattice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openmc/lattice.h b/include/openmc/lattice.h index 92d9d97e91..a2411467df 100644 --- a/include/openmc/lattice.h +++ b/include/openmc/lattice.h @@ -100,8 +100,8 @@ public: Position r, Direction u, array& result) const = 0; //! \brief Compute the the flat index for a set of lattice cell indices - //! \param i_xyz The indices for a lattice cell - //! \return Flat index into the universes vector + //! \param i_xyz The indices for a lattice cell. + //! \return Flat index into the universes vector. virtual int get_flat_index(const array& i_xyz) const = 0; //! \brief Get coordinates local to a lattice tile.