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
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue