Skip to content

Commit

Permalink
acknowledgements
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsellan committed Jul 9, 2024
1 parent 86384a7 commit 6655117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ library. We are thankful to them:
- [Towaki Takikawa](https://github.com/tovacinni) ([PR #49](https://github.com/sgsellan/gpytoolbox/pull/49))
- [Otman Benchekroun](https://github.com/otmanon) ([PR #59](https://github.com/sgsellan/gpytoolbox/pull/59))
- [Abhishek Madan](https://github.com/abhimadan) ([PR #103](https://github.com/sgsellan/gpytoolbox/pull/103))
- [Lukas Hermann](https://github.com/lsh) ([PR #135](https://github.com/sgsellan/gpytoolbox/pull/135))


<!-- Most of the functionality in this library is python-only, and it requires no
Expand Down
1 change: 1 addition & 0 deletions src/gpytoolbox/halfedges.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def halfedges(F):
f = np.array([[0,1,2]],dtype=int)
# Call to halfedges
from gpytoolbox import halfedges
# (Thank you to Lukas Hermann for finding and fixing a typo in this next line)
he = halfedges(f)
```
Expand Down

0 comments on commit 6655117

Please sign in to comment.