+ remove extra qualification on normalEstimation
This commit is contained in:
parent
fcd4603b66
commit
37b7334df6
|
@ -611,7 +611,7 @@ Mesh.show(m)
|
|||
}
|
||||
#endif
|
||||
#if defined(HAVE_PCL_FILTERS)
|
||||
Py::Object Module::normalEstimation(const Py::Tuple& args, const Py::Dict& kwds)
|
||||
Py::Object normalEstimation(const Py::Tuple& args, const Py::Dict& kwds)
|
||||
{
|
||||
PyObject *pts;
|
||||
int ksearch=0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user