mirror of https://github.com/CGAL/cgal
Removed some "auto" keywords
This commit is contained in:
parent
d6255a16f0
commit
121fabd264
|
|
@ -189,9 +189,7 @@ public:
|
||||||
const Weighted_point_d & p, const int i) const
|
const Weighted_point_d & p, const int i) const
|
||||||
{
|
{
|
||||||
Point_drop_weight_d pdw = m_kernel.point_drop_weight_d_object();
|
Point_drop_weight_d pdw = m_kernel.point_drop_weight_d_object();
|
||||||
auto pp = pdw(p);
|
m_kernel.compute_coordinate_d_object()(pdw(p), i);
|
||||||
auto ddsd = m_kernel.compute_coordinate_d_object();
|
|
||||||
ddsd(pp, i);
|
|
||||||
return m_kernel.compute_coordinate_d_object()(pdw(p), i);
|
return m_kernel.compute_coordinate_d_object()(pdw(p), i);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue