mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 12:28:29 +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!(
|
||||
f,
|
||||
"Half-edge 1: {:#?}\n\
|
||||
Half-edge 2: {:#?}",
|
||||
self.half_edge_a, self.half_edge_b,
|
||||
Half-edge 2: {:#?}\n\
|
||||
Distances: {:#?}",
|
||||
self.half_edge_a, self.half_edge_b, self.distances
|
||||
)?;
|
||||
|
||||
Ok(())
|
||||
|
Loading…
Reference in New Issue
Block a user