Skip to content
Snippets Groups Projects
Commit 6a5b81cb authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

STYLE:kwstyle

parent c1ff073b
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ namespace otb
if (HasValue("inmask"))
{
streamingVectorizedFilter->SetInputMask(this->GetParameterUInt32Image("inmask"));
otbAppLogINFO(<<"Use a mask as input." << std::endl);
otbAppLogINFO(<<"Use a mask as input." << std::endl);
}
streamingVectorizedFilter->SetOGRDataSource(ogrDS);
......@@ -281,8 +281,8 @@ namespace otb
if (use8connected)
{
otbAppLogINFO(<<"Use 8 connected neighborhood."<<std::endl);
}
streamingVectorizedFilter->SetUse8Connected(use8connected);
}
streamingVectorizedFilter->SetUse8Connected(use8connected);
const std::string layerName = this->GetParameterString("layername");
const std::string fieldName = this->GetParameterString("fieldname");
......@@ -298,7 +298,7 @@ namespace otb
{
streamingVectorizedFilter->SetSimplify(true);
streamingVectorizedFilter->SetSimplificationTolerance(GetParameterFloat("simplify"));
otbAppLogINFO(<<"Simplify the geometry." << std::endl);
otbAppLogINFO(<<"Simplify the geometry." << std::endl);
}
else
{
......
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