Useless line

This commit is contained in:
Clement Jamin 2015-12-09 10:26:33 +01:00
parent a884ff3a1d
commit f07e7181b5
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ public:
const Weighted_point & p, const int i) const const Weighted_point & 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();
m_kernel.compute_coordinate_d_object()(pdw(p), i);
return m_kernel.compute_coordinate_d_object()(pdw(p), i); return m_kernel.compute_coordinate_d_object()(pdw(p), i);
} }
}; };