Fix Homogeneous_converter (broken since 2004...)

This commit is contained in:
Mael Rouxel-Labbé 2021-11-10 15:40:55 +01:00
parent 57c240980f
commit e2994a9346
1 changed files with 2 additions and 2 deletions

View File

@ -75,13 +75,13 @@ public:
typename K2::RT
operator()(const typename K1::RT &a) const
{
return c(a);
return rc(a);
}
typename K2::FT
operator()(const typename K1::FT &a) const
{
return c(a);
return fc(a);
}
typename K2::Point_2