Skip to content
Snippets Groups Projects
Commit cbf1977e authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Jakub Klinkovský
Browse files

Fixing segments printing headers including.

parent fd236cf9
No related branches found
No related tags found
1 merge request!105TO/matrices-adaptive-csr
......@@ -15,7 +15,8 @@
#include <TNL/Containers/Vector.h>
#include <TNL/Algorithms/Segments/ElementsOrganization.h>
#include <TNL/Algorithms/Segments/BiEllpackSegmentView.h>
#include <TNL/Algorithms/Segments/detail/BiEllpack.h>
#include <TNL/Algorithms/Segments/details/BiEllpack.h>
#include <TNL/Algorithms/Segments/SegmentsPrinting.h>
namespace TNL {
namespace Algorithms {
......
......@@ -16,7 +16,8 @@
#include <TNL/Containers/Vector.h>
#include <TNL/Algorithms/Segments/ElementsOrganization.h>
#include <TNL/Algorithms/Segments/ChunkedEllpackSegmentView.h>
#include <TNL/Algorithms/Segments/detail/ChunkedEllpack.h>
#include <TNL/Algorithms/Segments/details/ChunkedEllpack.h>
#include <TNL/Algorithms/Segments/SegmentsPrinting.h>
namespace TNL {
namespace Algorithms {
......
......@@ -15,6 +15,7 @@
#include <TNL/Containers/Vector.h>
#include <TNL/Algorithms/Segments/ElementsOrganization.h>
#include <TNL/Algorithms/Segments/SegmentView.h>
#include <TNL/Algorithms/Segments/SegmentPrinting.h>
namespace TNL {
namespace Algorithms {
......
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