Fix Apollonius_site

This commit is contained in:
Andreas Fabri 2019-01-10 17:14:12 +01:00
parent 11131d3f6b
commit f4faff2137
1 changed files with 0 additions and 4 deletions

View File

@ -48,10 +48,6 @@ public:
const Weight& w = Weight(0)) const Weight& w = Weight(0))
: _p(p), _w(w) {} : _p(p), _w(w) {}
Apollonius_site_2(const Apollonius_site_2& other)
: _p(other._p), _w(other._w) {}
const Point_2& point() const { return _p; } const Point_2& point() const { return _p; }
const Weight& weight() const { return _w; } const Weight& weight() const { return _w; }
RT x() const { return _p.x(); } RT x() const { return _p.x(); }