mirror of https://github.com/CGAL/cgal
Fix SVD
This commit is contained in:
parent
6a2d925977
commit
bb76e5193c
|
|
@ -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_; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue