Merge pull request #56 from Afforix/fix-invalid-utf8

Fix invalid UTF-8
This commit is contained in:
Jan Niklas Hasse 2023-12-27 12:46:42 +01:00 committed by GitHub
commit 0171f030bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Primary Contributors:
Mason Green <mason.green@gmail.com> (C++, Python)
Thomas Åhlén <thahlen@gmail.com> (Java)
Thomas Åhlén <thahlen@gmail.com> (Java)
Other Contributors:

View File

@ -33,7 +33,7 @@
* Zalik, B.(2008)'Sweep-line algorithm for constrained Delaunay triangulation',
* International Journal of Geographical Information Science
*
* "FlipScan" Constrained Edge Algorithm invented by Thomas Åhlén, thahlen@gmail.com
* "FlipScan" Constrained Edge Algorithm invented by Thomas Åhlén, thahlen@gmail.com
*/
#pragma once