mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Adding punctuation to docstrings
This commit is contained in:
parent
c8a1505635
commit
9c385c5ba7
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@ public:
|
|||
Position r, Direction u, array<int, 3>& 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<int, 3>& i_xyz) const = 0;
|
||||
|
||||
//! \brief Get coordinates local to a lattice tile.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue