We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a1505 commit 9c385c5Copy full SHA for 9c385c5
include/openmc/lattice.h
@@ -100,8 +100,8 @@ class Lattice {
100
Position r, Direction u, array<int, 3>& result) const = 0;
101
102
//! \brief Compute the the flat index for a set of lattice cell indices
103
- //! \param i_xyz The indices for a lattice cell
104
- //! \return Flat index into the universes vector
+ //! \param i_xyz The indices for a lattice cell.
+ //! \return Flat index into the universes vector.
105
virtual int get_flat_index(const array<int, 3>& i_xyz) const = 0;
106
107
//! \brief Get coordinates local to a lattice tile.
0 commit comments