Add an operator so that the T3 testsuite passes
This commit is contained in:
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); }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user