Skip to content
Snippets Groups Projects
Commit b7337944 authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Removing Step parameter, since it is not used anymore

parent 249a8691
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,6 @@ FlusserPathFunction<TInputPath, TOutput, TPrecision >
typename FunctionType::Pointer function =FunctionType::New();
function->SetStep( this->GetStep() );
function->SetInputPath( this->GetInputPath() );
switch (m_MomentNumber)
......
......@@ -63,7 +63,6 @@ HuPathFunction<TInputPath, TOutput, TPrecision >
typename FunctionType::Pointer function =FunctionType::New();
function->SetStep( this->GetStep() );
function->SetInputPath( this->GetInputPath() );
switch (m_MomentNumber)
......
......@@ -52,7 +52,6 @@ int otbFlusserPath( int argc, char * argv[] )
pathElt->AddVertex(cindex);
FunctionType::Pointer function =FunctionType::New();
function->SetStep(2.0);
//OTB-FA-00022-CS
function->SetInputPath( pathElt );
......
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