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 9eff1cd commit 286633dCopy full SHA for 286633d
Sources/Filters/General/ContourTriangulator/helper.js
@@ -463,7 +463,7 @@ export function vtkCCSMakePolysFromLines(
463
}
464
465
466
- if (!matches.length === 0) {
+ if (matches.length > 0) {
467
// Multiple matches mean we need to decide which path to take
468
if (matches.length > 1) {
469
// Remove double-backs
0 commit comments