fix invalid UTF-8

This commit is contained in:
Afforix 2023-12-22 20:06:32 +01:00
parent 81612cb108
commit bb4e20f734
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