Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
a9850ba1
Commit
a9850ba1
authored
Mar 23, 2016
by
Stéphane Albert
Browse files
REFAC: Added comment.
parent
3a52630d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/IO/IOGDAL/src/otbGDALOverviewsBuilder.cxx
View file @
a9850ba1
...
...
@@ -247,6 +247,8 @@ GDALOverviewsBuilder
{
assert
(
!
m_GDALDataset
.
IsNull
()
);
// Return only GDAL already generated overview count as opposed to
// ImageIO::GetOverviewsCount() which include full image as one level.
return
m_GDALDataset
->
GetOverviewsCount
();
}
...
...
Write
Preview
Supports
Markdown
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