Skip to content

Commit 9c385c5

Browse files
committed
Adding punctuation to docstrings
1 parent c8a1505 commit 9c385c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/openmc/lattice.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ class Lattice {
100100
Position r, Direction u, array<int, 3>& result) const = 0;
101101

102102
//! \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
103+
//! \param i_xyz The indices for a lattice cell.
104+
//! \return Flat index into the universes vector.
105105
virtual int get_flat_index(const array<int, 3>& i_xyz) const = 0;
106106

107107
//! \brief Get coordinates local to a lattice tile.

0 commit comments

Comments
 (0)