mirror of https://github.com/KLayout/klayout.git
[consider merging] Removed some debug nonsense
This commit is contained in:
parent
26cb2be83e
commit
da3e7ab4f7
|
|
@ -884,12 +884,6 @@ spline_interpolate (std::list<db::DPoint> &curve_points,
|
|||
|
||||
db::DPoint s1 = b_spline_point (t_start + 0.5 * dt, control_points, degree, knots, k1);
|
||||
db::DPoint s2 = b_spline_point (t_start + 1.5 * dt, control_points, degree, knots, k2);
|
||||
if (s1.to_string () == "-2.60657790172,-1.78843428245") {
|
||||
tl::info << "@@@ BANG!";
|
||||
}
|
||||
if (s2.to_string () == "-2.60657790172,-1.78843428245") {
|
||||
tl::info << "@@@ BANG!";
|
||||
}
|
||||
|
||||
db::DVector p1 (s1, *current_curve_point);
|
||||
db::DVector p2 (*pm, s1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue