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
480e6f82
Commit
480e6f82
authored
May 13, 2011
by
Julien Malik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WRG: remove deprecated calls
parent
c0536f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Legacy/Classification/otbKMeansClassification.cxx
Legacy/Classification/otbKMeansClassification.cxx
+1
-1
No files found.
Legacy/Classification/otbKMeansClassification.cxx
View file @
480e6f82
...
...
@@ -281,7 +281,7 @@ int main(int argc, char * argv[])
WriterType
::
Pointer
writer
=
WriterType
::
New
();
writer
->
SetFileName
(
outfname
);
writer
->
SetInput
(
classifier
->
GetOutput
());
writer
->
SetNumberOf
Stream
Divisions
(
numberOfStreamDivisions
);
writer
->
SetNumberOfDivisions
StrippedStreaming
(
numberOfStreamDivisions
);
writer
->
Update
();
std
::
cout
<<
"Classification completed."
<<
std
::
endl
;
...
...
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