Change tag

This commit is contained in:
Andreas Fabri 2019-05-03 12:22:33 +02:00
parent ca301e95a9
commit 1807c0ac68
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}