From a38de3c2c3f6578d805f7831a6175a1ccbf51ff2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com>
Date: Sun, 1 Sep 2019 20:53:52 +0200
Subject: [PATCH] Improving documentation of VectorView.

---
 src/TNL/Containers/VectorView.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/TNL/Containers/VectorView.h b/src/TNL/Containers/VectorView.h
index dab971dcc7..ba43e74d81 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.
     */
-- 
GitLab