mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 05:57:41 +02:00
Fixed a build error.
This commit is contained in:
@@ -1315,7 +1315,7 @@ Triangles::join_edges (std::vector<db::TriangleEdge *> &edges)
|
|||||||
void
|
void
|
||||||
Triangles::constrain (const std::vector<std::vector<db::Vertex *> > &contours)
|
Triangles::constrain (const std::vector<std::vector<db::Vertex *> > &contours)
|
||||||
{
|
{
|
||||||
assert (! m_is_constrained);
|
tl_assert (! m_is_constrained);
|
||||||
|
|
||||||
std::vector<std::pair<db::DEdge, std::vector<db::TriangleEdge *> > > resolved_edges;
|
std::vector<std::pair<db::DEdge, std::vector<db::TriangleEdge *> > > resolved_edges;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user