Skip to content
Snippets Groups Projects
Commit 8f552c75 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: warning corrected

parent 6f786555
Branches
Tags
No related merge requests found
......@@ -33,9 +33,8 @@ int otbPointSetDensityFunctionNew(int, char* [] )
typedef itk::PointSet<RealVectorType,Dimension> PointSetType;
typedef otb::PointSetDensityFunction <PointSetType,PixelType> FunctionType;
/**Instancitation of an object*/
FunctionType filter();
//FunctionType::Pointer filter = FunctionType::New();
/**Instancitation of a Smart Pointer*/
FunctionType::Pointer filter = FunctionType::New();
return EXIT_SUCCESS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment