mirror of https://github.com/CGAL/cgal
Commmented out unused variables
This commit is contained in:
parent
edaf59a4b8
commit
8fe89f4199
|
|
@ -239,7 +239,7 @@ public:
|
|||
const Line_2& line = cv.supp_line();
|
||||
const FT& a3 = line.a();
|
||||
const FT& b3 = line.b();
|
||||
const FT& c3 = line.c();
|
||||
// const FT& c3 = line.c(); // unused
|
||||
|
||||
// if the line was parallel to the y-axis (i.e x = const),
|
||||
// then it was enough to compare dz/dx of both planes
|
||||
|
|
|
|||
|
|
@ -976,7 +976,7 @@ public:
|
|||
const Rational& t = cv.t();
|
||||
const Rational& u = cv.u();
|
||||
const Rational& v = cv.v();
|
||||
const Rational& w = cv.w();
|
||||
// const Rational& w = cv.w(); // unused
|
||||
Algebraic m = -1 * (2*r*x0 + t*y0 + u);
|
||||
Algebraic n = 2*s*y0 + t*x0 + v;
|
||||
// line coefficients: A3, B3, C3
|
||||
|
|
|
|||
Loading…
Reference in New Issue