diff --git a/src/mesh_common/DistanceComputations.h b/src/mesh_common/DistanceComputations.h index 997546f1e7836fc81e56092e5aef20ac86b44d29..3a1199b480de58e5b321730060be3e32495eeff6 100644 --- a/src/mesh_common/DistanceComputations.h +++ b/src/mesh_common/DistanceComputations.h @@ -200,8 +200,8 @@ protected: template< typename MeshType > void TriangleDistance<MeshType>::computeNormals() { - // J. B�rentzen and H. Aan�s. Signed distance computation using the angle weighted pseudonormal. - // Visualization and Computer Graphics, IEEE Transactions on, 11(3):243�253, 2005. + // J. Bærentzen and H. Aanæs. Signed distance computation using the angle weighted pseudonormal. + // Visualization and Computer Graphics, IEEE Transactions on, 11(3):243–253, 2005. static_assert( MeshType::IsTriMesh == 1, "computeNormals only works with triangular meshes!" );