mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-01 23:16:40 +00:00
Refactor to prepare for follow-on change
This commit is contained in:
parent
b69691e523
commit
aeb5ac8131
@ -113,16 +113,12 @@ impl ShellValidationError {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
unmatched_half_edges
|
errors.extend(unmatched_half_edges.into_values().cloned().map(
|
||||||
.into_values()
|
|half_edge| {
|
||||||
.cloned()
|
|
||||||
.map(|half_edge| {
|
|
||||||
Self::HalfEdgeHasNoSibling(HalfEdgeHasNoSibling { half_edge })
|
Self::HalfEdgeHasNoSibling(HalfEdgeHasNoSibling { half_edge })
|
||||||
.into()
|
.into()
|
||||||
})
|
},
|
||||||
.for_each(|err| {
|
));
|
||||||
errors.push(err);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Check that non-sibling half-edges are not coincident
|
/// Check that non-sibling half-edges are not coincident
|
||||||
|
Loading…
x
Reference in New Issue
Block a user