Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
5e00bd82
Commit
5e00bd82
authored
Jun 18, 2012
by
OTB Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
STYLE
parent
96f24ae6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Code/UtilitiesAdapters/OGRAdapters/otbGeometriesToGeometriesFilter.cxx
...sAdapters/OGRAdapters/otbGeometriesToGeometriesFilter.cxx
+2
-2
No files found.
Code/UtilitiesAdapters/OGRAdapters/otbGeometriesToGeometriesFilter.cxx
View file @
5e00bd82
...
...
@@ -49,8 +49,8 @@ struct ProcessVisitor : boost::static_visitor<>
assert
(
source
&&
"can't filter a nil datasource"
);
assert
(
destination
&&
"can't filter to a nil datasource"
);
for
(
otb
::
ogr
::
DataSource
::
const_iterator
b
=
source
->
begin
(),
e
=
source
->
end
()
;
b
!=
e
;
++
b
;
b
!=
e
;
++
b
)
{
otb
::
ogr
::
Layer
const
&
sourceLayer
=
*
b
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment