mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-14 06:48:26 +00:00
Update validation error message
This commit is contained in:
parent
e369e3c9ff
commit
311a54c690
@ -75,8 +75,9 @@ impl fmt::Display for CoincidentHalfEdgesAreNotSiblings {
|
|||||||
write!(
|
write!(
|
||||||
f,
|
f,
|
||||||
"Half-edge 1: {:#?}\n\
|
"Half-edge 1: {:#?}\n\
|
||||||
Half-edge 2: {:#?}",
|
Half-edge 2: {:#?}\n\
|
||||||
self.half_edge_a, self.half_edge_b,
|
Distances: {:#?}",
|
||||||
|
self.half_edge_a, self.half_edge_b, self.distances
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Loading…
Reference in New Issue
Block a user