Skip to content

Commit 6db266c

Browse files
Fixed failed checks
1 parent f3355d8 commit 6db266c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/geometry/geometries/PolyhedralSurface.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ template
7777
>
7878
struct tag
7979
<
80-
model::polyhedron
80+
model::PolyhedralSurface
8181
<
8282
Point,
8383
ClockWise, Closed,
@@ -86,7 +86,7 @@ struct tag
8686
>
8787
>
8888
{
89-
typedef polyhedron_tag type;
89+
typedef PolyhedralSurface_tag type;
9090
};
9191
/*using tag < model::PolyhedralSurface <
9292
Point,

0 commit comments

Comments
 (0)