Skip to content
Snippets Groups Projects
Commit acf1caab authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Containers: renamed _impl.h files to .hpp

parent 16548b66
No related branches found
No related tags found
1 merge request!36Fixed expression templates
Showing
with 9 additions and 9 deletions
......@@ -174,4 +174,4 @@ protected:
} // namespace Containers
} // namespace TNL
#include "DistributedArray_impl.h"
#include "DistributedArray.hpp"
......@@ -164,4 +164,4 @@ protected:
} // namespace Containers
} // namespace TNL
#include "DistributedArrayView_impl.h"
#include "DistributedArrayView.hpp"
......@@ -130,5 +130,5 @@ public:
} // namespace Containers
} // namespace TNL
#include <TNL/Containers/DistributedVector_impl.h>
#include <TNL/Containers/DistributedVector.hpp>
#include <TNL/Containers/DistributedVectorExpressions.h>
......@@ -130,5 +130,5 @@ public:
} // namespace Containers
} // namespace TNL
#include <TNL/Containers/DistributedVectorView_impl.h>
#include <TNL/Containers/DistributedVectorView.hpp>
#include <TNL/Containers/DistributedVectorViewExpressions.h>
......@@ -111,4 +111,4 @@ std::ostream& operator << ( std::ostream& str, const EllpackIndexMultimap< Index
} // namespace Containers
} // namespace TNL
#include <TNL/Containers/Multimaps/EllpackIndexMultimap_impl.h>
#include <TNL/Containers/Multimaps/EllpackIndexMultimap.hpp>
......@@ -118,4 +118,4 @@ std::ostream& operator << ( std::ostream& str, const EllpackIndexMultimapValues<
} // namespace Containers
} // namespace TNL
#include <TNL/Containers/Multimaps/EllpackIndexMultimapValues_impl.h>
#include <TNL/Containers/Multimaps/EllpackIndexMultimapValues.hpp>
......@@ -108,4 +108,4 @@ std::ostream& operator << ( std::ostream& str, const StaticEllpackIndexMultimap<
} // namespace Containers
} // namespace TNL
#include <TNL/Containers/Multimaps/StaticEllpackIndexMultimap_impl.h>
#include <TNL/Containers/Multimaps/StaticEllpackIndexMultimap.hpp>
......@@ -105,4 +105,4 @@ std::ostream& operator << ( std::ostream& str, const StaticEllpackIndexMultimapV
} // namespace Containers
} // namespace TNL
#include <TNL/Containers/Multimaps/StaticEllpackIndexMultimapValues_impl.h>
#include <TNL/Containers/Multimaps/StaticEllpackIndexMultimapValues.hpp>
......@@ -59,4 +59,4 @@ std::ostream& operator <<( std::ostream& str, UnorderedIndexedSet< Element, Inde
} // namespace Containers
} // namespace TNL
#include <TNL/Containers/UnorderedIndexedSet_impl.h>
#include <TNL/Containers/UnorderedIndexedSet.hpp>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment