Skip to content

Commit

Permalink
Update name of variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 14, 2025
1 parent 534300b commit 2c22de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/2024-12-09/src/topology/face.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ impl Operation for Face {
.unwrap();

triangles.extend(triangulation.inner_faces().map(|triangle| {
let vertices =
let points =
triangle.vertices().map(|vertex| vertex.data().point_vertex);
Triangle { points: vertices }
Triangle { points }
}));
}

Expand Down

0 comments on commit 2c22de8

Please sign in to comment.