Skip to content
Snippets Groups Projects
Commit a65825d4 authored by Robert K's avatar Robert K
Browse files

[cleanup][Polygon] remove headers that are not needed.

parent dd7fca4b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -4,12 +4,10 @@
#define DUNE_POLYGON_HH
#include <iostream>
#include <algorithm>
#include <numeric>
#include <vector>
#include <dune/common/typetraits.hh>
#include <dune/grid/io/file/dgfparser/dgfparser.hh>
#include <dune/grid/io/file/dgfparser/blocks/basic.hh>
namespace Dune
{
......@@ -46,7 +44,7 @@ namespace Dune
return polygons.size();
}
private:
protected:
int vtxBegin_, vtxEnd_;
};
......
......@@ -3,6 +3,8 @@
#ifndef DUNE_POLYHEDRON_HH
#define DUNE_POLYHEDRON_HH
#include <algorithm>
#include <dune/grid/io/file/dgfparser/blocks/polygon.hh>
namespace Dune
......@@ -57,7 +59,7 @@ namespace Dune
return polyhedra.size();
}
private:
protected:
const int numPolys_;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment