This commit is contained in:
Andreas Fabri 2019-01-10 18:05:29 +01:00
parent 6a2d925977
commit bb76e5193c
1 changed files with 0 additions and 5 deletions

View File

@ -65,11 +65,6 @@ public:
CGAL_exactness_precondition( !(CGAL::is_negative(B_)) );
}
Sqrt_extension_2(const Sqrt_extension_2<NT>& other)
: a0_(other.a0_), a1_(other.a1_), a2_(other.a2_),
a3_(other.a3_), A_(other.A_), B_(other.B_) {}
NT a() const { return a0_; }
NT b() const { return a1_; }
NT c() const { return a2_; }