Skip to content

Commit

Permalink
remove non UTF-8 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Jan 19, 2017
1 parent 8f3b8af commit a89ccb1
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Univariate algebraic kernel: Michael Hemmer <[email protected]>.
Univariate algebraic kernel based on RS: Luis Pe�aranda.
Univariate algebraic kernel based on RS: Luis Peñaranda.
Bivariate algebraic kernel: Michael Kerber, Eric Berberich <[email protected]>
2 changes: 1 addition & 1 deletion Cartesian_kernel/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Stuff to look at, as time permits:
- Why Ray_3 and Line_3 don't have the same internal representation ???

- Triangle-Triangle instersection (and predicate) :
Tomas M�ller. A fast triangle-triangle intersection test. Journal of
Tomas Möller. A fast triangle-triangle intersection test. Journal of
Graphics Tools, 2(2):25-30, 1997
A Fast Triangle-Triangle Intersection Test, [email protected]

Expand Down
6 changes: 3 additions & 3 deletions Filtered_kernel/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Concerning the main code:
- Bench -fbranch-probabilities ? Use __builtin_expect() for GCC 3 ?
- Mark the cache as "mutable" (see Stroustrup, page 232) ?
- Filter_Cache: Faire des benchs, et une test-suite qui soit raisonnable.
Hum, rajouter un bool�en pour calculer le cache seulement sur demande ?
(�a �vite de le faire inutilement pour les variables interm�diaires,
mais �a prend un chouia plus de place... mais en comparaison du reste...)
Hum, rajouter un booléen pour calculer le cache seulement sur demande ?
(ça évite de le faire inutilement pour les variables intermédiaires,
mais ça prend un chouia plus de place... mais en comparaison du reste...)
- Replace CGAL_IA_MAX_DOUBLE by standard DBL_MAX in <cfloat>, if portable
(add a test). Not possible for CGAL_IA_MIN_DOUBLE, since DBL_MIN is the
_normalized_ minimum.
Expand Down
2 changes: 1 addition & 1 deletion Installation/cmake/modules/test_MPFI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// $URL$
// $Id$
//
// Author: Luis Peñaranda <[email protected]>
// Author: Luis Peñaranda <[email protected]>

#include <mpfi.h>

Expand Down
2 changes: 1 addition & 1 deletion Installation/config/support/print_MPFI_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// $URL$
// $Id$
//
// Author: Luis Peñaranda <[email protected]>
// Author: Luis Peñaranda <[email protected]>

#include <iostream>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion Jet_fitting_3/examples/Jet_fitting_3/README
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ it outputs results in the <output.txt> file and on the standard std::cout

Usage is : Single_estimation <inputPoints.txt> <d_fitting>, <d_monge>"

in_points are sampled on 0.1(x+2y)
in_points are sampled on 0.1(x²+2y²)

./Single_estimation data/in_points_file.txt 2 2
./Single_estimation data/in_points_d4.txt 4 4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Pierre Alliez
Cl�ment Jamin
Clément Jamin
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cl�ment Jamin <[email protected]>
Clément Jamin <[email protected]>
Sven Oesau <[email protected]>
2 changes: 1 addition & 1 deletion Scripts/scripts/cgal_create_assertions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# $Id$
#
#
# Author(s) : Geert-Jan Giezeman, Sven Schönherr
# Author(s) : Geert-Jan Giezeman, Sven Schönherr

if test $# -ne 1
then
Expand Down
2 changes: 1 addition & 1 deletion wininst/developer_scripts/script_cgal.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
VIProductVersion "4.8.0.0"
VIAddVersionKey "ProductName" "CGAL Windows Installer"
VIAddVersionKey "CompanyName" "The CGAL Project and GeometryFactory"
VIAddVersionKey "LegalCopyright" "© The CGAL Project and GeometryFactory"
VIAddVersionKey "LegalCopyright" "© The CGAL Project and GeometryFactory"
VIAddVersionKey "FileDescription" "Windows Installer for CGAL"
VIAddVersionKey "FileVersion" "4.8"

Expand Down

0 comments on commit a89ccb1

Please sign in to comment.