inline to avoid multiple definitions

This commit is contained in:
Sébastien Loriot 2025-03-04 17:24:57 +01:00
parent a201c2ebf4
commit 2cf7f4a52c
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ wdot(const typename K::Point_3 &p,
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)
{
// Kahan method, less numerical error