* \brief Returns the total number of particles (real and neighbor) * */
| 30 | * |
| 31 | */ |
| 32 | [[nodiscard]] std::size_t size () const { return m_data.size(); } |
| 33 | |
| 34 | /** |
| 35 | * \brief Returns the number of real particles (excluding neighbors) |
no outgoing calls
no test coverage detected