Skip to content
Snippets Groups Projects
Commit 0b5d59fa authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 9eda38cf
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ private:
reference = this->GetParameterImage<Int32ImageType>("ref.raster.in");
}
else
{
{
ogrRef = otb::ogr::DataSource::New(GetParameterString("ref.vector.in"), otb::ogr::DataSource::Modes::Read);
field = this->GetParameterString("ref.vector.field");
......@@ -173,8 +173,8 @@ private:
otbAppLogINFO("Number of stream divisions : "<<numberOfStreamDivisions);
for (unsigned int index=0 ; index<numberOfStreamDivisions ; index++)
{
for (unsigned int index=0; index<numberOfStreamDivisions; index++)
{
streamRegion = splitter->GetSplit(index, numberOfStreamDivisions, input->GetLargestPossibleRegion());
input->SetRequestedRegion(streamRegion);
......
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