mirror of https://github.com/CGAL/cgal
inline to avoid multiple definitions
This commit is contained in:
parent
a201c2ebf4
commit
2cf7f4a52c
|
|
@ -113,7 +113,7 @@ wdot(const typename K::Point_3 &p,
|
||||||
return wdot_tag(p, q, r, k, tag);
|
return wdot_tag(p, q, r, k, tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inline
|
||||||
double diff_of_products(const double a, const double b, const double c, const double d)
|
double diff_of_products(const double a, const double b, const double c, const double d)
|
||||||
{
|
{
|
||||||
// Kahan method, less numerical error
|
// Kahan method, less numerical error
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue