diff --git a/src/TNL/Containers/VectorView.h b/src/TNL/Containers/VectorView.h index dab971dcc7e2c5879186cae02604d2e04d6faa4a..ba43e74d819a2ee58d7ccd7b3bf2e7c54641c571 100644 --- a/src/TNL/Containers/VectorView.h +++ b/src/TNL/Containers/VectorView.h @@ -39,6 +39,7 @@ class VectorView using BaseType = ArrayView< Real, Device, Index >; using NonConstReal = typename std::remove_const< Real >::type; public: + /** * \brief Type of elements stored in this vector. */