fix for min/max problem

This commit is contained in:
Andreas Fabri
2006-08-20 21:18:19 +00:00
parent 5acea725b7
commit f5c431bedb
@@ -3487,7 +3487,7 @@ namespace HomogeneousKernelFunctors {
return Point_2( (r.max)().hx()*(r.min)().hw(),
(r.min)().hy()*(r.max)().hw(),
(r.min)().hw()*(r.max)().hw() );
case 2: return r.max();
case 2: return (r.max)();
default: return Point_2( (r.min)().hx()*(r.max)().hw(),
(r.max)().hy()*(r.min)().hw(),
(r.min)().hw()*(r.max)().hw() );