diff options
| author | Jabiertxof <jtx@jtx> | 2017-01-24 14:17:37 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-01-24 14:17:37 +0000 |
| commit | 6065dda92002a05f31d58ce373bbcccdbe761907 (patch) | |
| tree | 376d1a771f47d66b714ed28cd3563f3d9ad838b4 /src/2geom/intersection-graph.cpp | |
| parent | fixing to new trunk (diff) | |
| parent | Fix a translation bug in rotate copies LPE (diff) | |
| download | inkscape-6065dda92002a05f31d58ce373bbcccdbe761907.tar.gz inkscape-6065dda92002a05f31d58ce373bbcccdbe761907.zip | |
Update to trunk
(bzr r15142.1.39)
Diffstat (limited to 'src/2geom/intersection-graph.cpp')
| -rw-r--r-- | src/2geom/intersection-graph.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/2geom/intersection-graph.cpp b/src/2geom/intersection-graph.cpp index d469d3ffc..cac010942 100644 --- a/src/2geom/intersection-graph.cpp +++ b/src/2geom/intersection-graph.cpp @@ -410,10 +410,10 @@ PathVector PathIntersectionGraph::_getResult(bool enter_a, bool enter_b) assert(!result.back().empty()); } - /*if (n_processed != size() * 2) { + if (n_processed != size() * 2) { std::cerr << "Processed " << n_processed << " intersections, expected " << (size() * 2) << std::endl; - }*/ - assert(n_processed == size() * 2); + } + //assert(n_processed == size() * 2); return result; } |
