Add an operator so that the T3 testsuite passes

This commit is contained in:
Andreas Fabri
2016-11-03 13:06:02 +01:00
committed by Jane Tournois
parent 2d15b06d5e
commit 841ecfe8f4
@@ -2970,6 +2970,10 @@ namespace CartesianKernelFunctors {
Rep
operator()(Return_base_tag, const Point_3& p, const RT& w) const
{ return Rep(p,w); }
Rep
operator()(Return_base_tag, const RT& x, const RT& y, const RT& z) const
{ return Rep(x,y,z); }
};