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
1b47b336
Commit
1b47b336
authored
May 11, 2022
by
Julien Osman
Browse files
STYLE: Remove commented code
parent
c47f732e
Pipeline
#10599
passed with stages
in 80 minutes and 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Modules/IO/IOGDAL/src/otbGDALImageIO.cxx
View file @
1b47b336
...
...
@@ -874,7 +874,6 @@ void GDALImageIO::InternalReadImageInformation()
for
(
int
cpt
=
0
;
cpt
<
6
;
++
cpt
)
{
VadfGeoTransform
.
push_back
(
adfGeoTransform
[
cpt
]);
//~ m_Imd.GeoTransform[cpt] = adfGeoTransform[cpt];
}
itk
::
EncapsulateMetaData
<
MetaDataKey
::
VectorType
>
(
dict
,
MetaDataKey
::
GeoTransformKey
,
VadfGeoTransform
);
...
...
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