mirror of https://github.com/CGAL/cgal
Change tag
This commit is contained in:
parent
ca301e95a9
commit
1807c0ac68
|
|
@ -65,7 +65,7 @@ protected:
|
||||||
}
|
}
|
||||||
|
|
||||||
inline static
|
inline static
|
||||||
FT divide(const FT& x, const FT& y, Field_with_sqrt_tag) {
|
FT divide(const FT& x, const FT& y, Field_tag) {
|
||||||
return x / y;
|
return x / y;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue