Skip to content

Commit 554982e

Browse files
authored
add missing word (#62)
1 parent 8848ae8 commit 554982e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ for(int i : vertices)
882882
}
883883
```
884884

885-
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
885+
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
886886
of the Dirichlet energy (sum of squared gradients):
887887

888888
```cpp

0 commit comments

Comments
 (0)