mirror of https://github.com/KLayout/klayout.git
Fixed a build error.
This commit is contained in:
parent
83243f06be
commit
4e8c83e7b6
|
|
@ -1315,7 +1315,7 @@ Triangles::join_edges (std::vector<db::TriangleEdge *> &edges)
|
|||
void
|
||||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue