Commmented out unused variables

This commit is contained in:
Efi Fogel 2024-02-14 11:50:17 +02:00
parent edaf59a4b8
commit 8fe89f4199
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ public:
const Line_2& line = cv.supp_line(); const Line_2& line = cv.supp_line();
const FT& a3 = line.a(); const FT& a3 = line.a();
const FT& b3 = line.b(); 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), // if the line was parallel to the y-axis (i.e x = const),
// then it was enough to compare dz/dx of both planes // then it was enough to compare dz/dx of both planes

View File

@ -976,7 +976,7 @@ public:
const Rational& t = cv.t(); const Rational& t = cv.t();
const Rational& u = cv.u(); const Rational& u = cv.u();
const Rational& v = cv.v(); 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 m = -1 * (2*r*x0 + t*y0 + u);
Algebraic n = 2*s*y0 + t*x0 + v; Algebraic n = 2*s*y0 + t*x0 + v;
// line coefficients: A3, B3, C3 // line coefficients: A3, B3, C3