mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-01 23:16:40 +00:00
Prepare for follow-on change
This commit is contained in:
parent
4e5b8329f7
commit
fcb87e70dd
@ -177,7 +177,7 @@ mod tests {
|
||||
geometry.boundary =
|
||||
geometry.boundary.reverse();
|
||||
|
||||
[HalfEdge::new(
|
||||
let half_edge = HalfEdge::new(
|
||||
half_edge.curve().clone(),
|
||||
half_edge.start_vertex().clone(),
|
||||
)
|
||||
@ -185,7 +185,9 @@ mod tests {
|
||||
.set_geometry(
|
||||
geometry,
|
||||
&mut core.layers.geometry,
|
||||
)]
|
||||
);
|
||||
|
||||
[half_edge]
|
||||
},
|
||||
core,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user