Skip to content
Snippets Groups Projects
Commit 045554bd authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Mise a jour des parametres template de la classe : Un seul type de TPath dans le template.

parent 2a6e3191
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ int otbPathListToPathListFilterNew(int argc, char * argv[])
{
const unsigned int Dimension = 2;
typedef itk::PolyLineParametricPath<Dimension> PathType;
typedef otb::PathListToPathListFilter<PathType,PathType> FilterType;
typedef otb::PathListToPathListFilter<PathType> FilterType;
// Instantiating object
FilterType::Pointer filter = FilterType::New();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment