We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45844b commit df052e2Copy full SHA for df052e2
include/boost/geometry/geometries/PolyhedralSurface.hpp
@@ -77,7 +77,7 @@ template
77
>
78
struct tag
79
<
80
- model::polyhedron
+ model::PolyhedralSurface
81
82
Point,
83
ClockWise, Closed,
@@ -86,7 +86,7 @@ struct tag
86
87
88
{
89
- typedef polyhedron_tag type;
+ typedef PolyhedralSurface_tag type;
90
};
91
/*using tag < model::PolyhedralSurface <
92
0 commit comments