Skip to content

Commit

Permalink
add missing word (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday authored Oct 7, 2024
1 parent 8848ae8 commit 554982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ for(int i : vertices)
}
```

Similarly as before, it may seem to loop over one-rings without having an half-edge data structure. However, this is not the case, since the Laplacian may be built by summing together contributions for each triangle, much in spirit with its FEM discretization
Similarly as before, it may seem inefficient to loop over one-rings without having an half-edge data structure. However, this is not the case, since the Laplacian may be built by summing together contributions for each triangle, much in spirit with its FEM discretization
of the Dirichlet energy (sum of squared gradients):

```cpp
Expand Down

0 comments on commit 554982e

Please sign in to comment.