mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-10 03:16:38 +00:00
Update argument names
This commit is contained in:
parent
8bd530daf8
commit
f7f52fa687
@ -430,8 +430,8 @@ mod tests {
|
|||||||
|cycle, core| {
|
|cycle, core| {
|
||||||
cycle.update_half_edge(
|
cycle.update_half_edge(
|
||||||
cycle.half_edges().nth_circular(0),
|
cycle.half_edges().nth_circular(0),
|
||||||
|edge, core| {
|
|half_edge, core| {
|
||||||
[edge
|
[half_edge
|
||||||
.update_path(
|
.update_path(
|
||||||
|path| path.reverse(),
|
|path| path.reverse(),
|
||||||
core,
|
core,
|
||||||
@ -508,8 +508,8 @@ mod tests {
|
|||||||
|cycle, core| {
|
|cycle, core| {
|
||||||
cycle.update_half_edge(
|
cycle.update_half_edge(
|
||||||
cycle.half_edges().nth_circular(0),
|
cycle.half_edges().nth_circular(0),
|
||||||
|edge, core| {
|
|half_edge, core| {
|
||||||
[edge.update_curve(
|
[half_edge.update_curve(
|
||||||
|_, _| Curve::new(),
|
|_, _| Curve::new(),
|
||||||
core,
|
core,
|
||||||
)]
|
)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user