From 922a92e213835aaba2581274ecd0f89c3d097312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com> Date: Fri, 3 Jan 2020 11:51:14 +0100 Subject: [PATCH] Deleted useless file Containers/Segments.h. --- src/TNL/Containers/Segments.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/TNL/Containers/Segments.h diff --git a/src/TNL/Containers/Segments.h b/src/TNL/Containers/Segments.h deleted file mode 100644 index 99ea223572..0000000000 --- a/src/TNL/Containers/Segments.h +++ /dev/null @@ -1,29 +0,0 @@ -/*************************************************************************** - Segments.h - description - ------------------- - begin : Nov 29, 2019 - copyright : (C) 2019 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - -#pragma once - -namespace TNL { -namespace Containers { - -template< typename Value, - typename Organization > -class Segments -{ - public: - - using ValueType = Value; - using OrganizationType = Organization; - using IndexType = typename Organization::IndexType; - -}; - -} // namespace Conatiners -} // namespace TNL \ No newline at end of file -- GitLab