Minor doc change

This commit is contained in:
Mael Rouxel-Labbé 2024-02-25 00:30:33 +01:00
parent 61e435c9c6
commit f45a2bf0ff
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ public:
public: public:
/** /**
* \brief returns the canonical index of a grid cell given its indices. * \brief returns the index of a grid cell given its indices.
*/ */
std::size_t linear_index(const std::size_t i, std::size_t linear_index(const std::size_t i,
const std::size_t j, const std::size_t j,