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.